We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The image is automatically pushed to dockerhub when creating a tag. However, it is possible to push an image manually.
First you have to login:
docker login --username=cyberbotics --email=support@cyberbotics.com
Check the image ID using:
docker images
Tag the image:
docker tag bb38976d03cf cyberbotics/webots:latest
Push the image to the repository:
docker push cyberbotics/webots
To remove a local docker image, you should first get its ID:
And then remove the image corresponding to this ID:
docker rmi -f IMAGE_ID