mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 01:01:12 +00:00
These variables are useful when deploying images from a local registry (or from another place than the Docker Hub) but they turned out to be quite confusing. After holding to them for a while, I think it is time to see the errors of my ways and simplify that stuff.
18 lines
440 B
Markdown
18 lines
440 B
Markdown
## Using images from the Docker Hub
|
|
|
|
- For everyone's convenience, we took care of building DockerCoins images
|
|
|
|
- We pushed these images to the DockerHub, under the [dockercoins](https://hub.docker.com/u/dockercoins) user
|
|
|
|
- These images are *tagged* with a version number, `v0.1`
|
|
|
|
- The full image names are therefore:
|
|
|
|
- `dockercoins/hasher:v0.1`
|
|
|
|
- `dockercoins/rng:v0.1`
|
|
|
|
- `dockercoins/webui:v0.1`
|
|
|
|
- `dockercoins/worker:v0.1`
|