-
Docker HuB 이미지 올리기Docker 2019. 5. 19. 16:28
- Log in on https://hub.docker.com/
- Click on Create Repository.
- Choose a name (e.g. verse_gapminder) and a description for your repository and click Create.
- Log into the Docker Hub from the command lin
- sudo docker login --username=atozjames
- Check the image ID and tag your image
docker tag bb38976d03cf atozjames/node_server:0.0.2 - Push your image to the repository you created
- sudo docker push atozjames/node_server