Created
June 22, 2022 17:59
-
-
Save ianfinch/8d123257fb38d36855d97e6e8124affe to your computer and use it in GitHub Desktop.
How to run Crane Operator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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