Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Added links to docker-hub
Browse files Browse the repository at this point in the history
  • Loading branch information
justb81 authored Sep 22, 2017
1 parent 20be7e4 commit 467e302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ of of adding and connecting services.
For a concrete example on how the configuration becomes easier through this see the example at the bottom of this page.

# Usage as docker container (preferred)
Rancherize comes bundled as Docker Container `ipunktbs/rancherize`.
Rancherize comes bundled as Docker Container [`ipunktbs/rancherize`](https://hub.docker.com/r/ipunktbs/rancherize/).
## Requirements
Rancherize creates configuration to be used with external docker tools. Thus it is necessary to have the following tools
installed to use Rancherize:
Expand All @@ -26,7 +26,7 @@ or use the provided script `script/rancherize.sh`.
From now on use rancherize without other dependencies for your local environment than docker.

# Usage in build tools
With build tools like jenkins or gitlab-ci, you cannot rely on the presence of a .rancherize file in the home-dir. For this usecase you can set account settings with environment variables on runtime. best practise would be to include these variables via secrets.
With build tools like jenkins or gitlab-ci, you cannot rely on the presence of a .rancherize file in the home-dir. For this usecase you can set account settings with environment variables on the [docker container](https://hub.docker.com/r/ipunktbs/rancherize/) on runtime. best practise would be to include these variables via secrets.

- `DOCKER_USER` - username for dockerhub / registry
- `DOCKER_PASSWORD` - password for dockerhub / registry
Expand Down

0 comments on commit 467e302

Please sign in to comment.