mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 04:49:19 +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.
440 B
440 B
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 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
-