Skip to content

Instantly share code, notes, and snippets.

@ianfinch
Created June 22, 2022 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianfinch/8d123257fb38d36855d97e6e8124affe to your computer and use it in GitHub Desktop.
Save ianfinch/8d123257fb38d36855d97e6e8124affe to your computer and use it in GitHub Desktop.
How to run Crane Operator
docker run -d \
-p 8080:80 \
-e REGISTRY_HOST=$REGISTRY_HOST_IP \
-e REGISTRY_PORT=$REGISTRY_PORT \
-e REGISTRY_PROTOCOL=http \
-e SSL_VERIFY=false \
-e REGISTRY_ALLOW_DELETE=true \
parabuzzle/craneoperator:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment