push
Last updated
Last updated
Use hyper push
to share your images to the registry or to a self-hosted one.
First save the new image by finding the container ID (using [hyper ps -a
] and then committing it to a new image name. Note that only a-z0-9-_.
are allowed when naming images:
Now, push the image to the registry using the image ID. In this example the registry is Docker Hub.
Check that this worked by running:
You should see user/testimage:v1
listed.