Skip to content

Instantly share code, notes, and snippets.

@HarshadRanganathan
Created January 11, 2021 12:15
Show Gist options
  • Save HarshadRanganathan/a980ee0001a6b05d4dba70b803415cae to your computer and use it in GitHub Desktop.
Save HarshadRanganathan/a980ee0001a6b05d4dba70b803415cae to your computer and use it in GitHub Desktop.
Docker commands
# Run Docker Local Registry
docker run -d -p 5000:5000 --restart=always --name registry registry:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment