View gist:5af10653c8812a11f49c857915ddf5d9
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am choopooly on github. | |
* I am choopooly (https://keybase.io/choopooly) on keybase. | |
* I have a public key whose fingerprint is 5CC3 A43C E9CC 01A8 AA9A E057 2424 3C55 77FD C550 | |
To claim this, I am signing this object: |
View docker startup
This file contains 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
description "Docker container for registry" | |
start on filesystem and started docker | |
stop on runlevel [06] | |
respawn | |
script | |
exec docker run \ | |
-e REGISTRY_LOG_LEVEL=warn \ | |
-e REGISTRY_STORAGE=s3 \ | |
-e REGISTRY_STORAGE_S3_REGION=us-west-1 \ |