Skip to content

Instantly share code, notes, and snippets.

@MatiasVara
Created January 30, 2023 22:35
Show Gist options
  • Save MatiasVara/d72f72aeaa3632a149f58df0257fe0eb to your computer and use it in GitHub Desktop.
Save MatiasVara/d72f72aeaa3632a149f58df0257fe0eb to your computer and use it in GitHub Desktop.
This gist explains how to pull and then push a image to docker hub

This is the procedure to push an image to a repository that the user has the right to access, e.g., organization.

docker login
docker pull torokernel/toro-kernel-dev-debian-10
docker build --no-cache -t torokernel/toro-kernel-dev-debian-10 .
docker push torokernel/toro-kernel-dev-debian-10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment