-
Notifications
You must be signed in to change notification settings - Fork 13
docker_push_instructions
M1chaelM edited this page Dec 2, 2020
·
1 revision
- Run
docker login
- Run
docker push <USERNAME>/<IMAGE_REPOSITORY_NAME>:<TAG>
with the same values you used when you created the image.- E.g.
docker push tylerlum/vorc-competitor-example:v2.2020
- E.g.
- You should be able to log onto your Dockerhub account and see your new repository.
If you want to keep your repository private, you can click on your repository, then click Settings, then Make Private.
- To ensure that your Docker image can be evaluated, you can click Collaborators and add the
virtualrobotx
DockerHub user.