Docker - Publish

Card Puncher Data Processing

About

How to publish an image to a repository (for now docker hub)

See also: Docker - Continuous integration

Code

docker login
docker build -t yourDockerHubId/imageName:tag .
docker push yourDockerHubId/imageName:tag

Example

For an image name as dockiql and my docker hub id as gerardnico

docker login
docker build -t gerardnico/dockiql:1.0.0 .
docker push yourDockerHubId/imageName:tag





Discover More
Card Puncher Data Processing
Docker - Continuous integration

Docker integration with continuous integration system in order to build and publish where: docker command: Travis System from Default-Environment-Variables...



Share this page:
Follow us:
Task Runner