Docker registry manta driver
=====
```sudo pip install docker-registry-manta-driver```
update config to using manta storage:
```python
joyent_manta: &joyent_manta
<<: *common
storage: joyent_manta
path: _env:REGISTRY_PATH:'/%s/stor/registry'
url: _env:MANTA_URL:'https://us-east.manta.joyent.com/'
insecure: _env:MANTA_TLS_INSECURE:False
key_id: _env:MANTA_KEY_ID
private_key: _env:MANTA_PRIVATE_KEY
account: _env:MANTA_USER
subuser: _env:MANTA_SUBUSER
remove_images: _env:REMOVE_IMAGES:False
```
or append env variables to docker-registry startup script
```
MANTA_USER=<Active manta username>
MANTA_KEY_ID=<SSH Key Fingerprint>
MANTA_URL='https://us-east.manta.joyent.com/'
REGISTRY_PATH='/%s/stor/registry'
```
=====
```sudo pip install docker-registry-manta-driver```
update config to using manta storage:
```python
joyent_manta: &joyent_manta
<<: *common
storage: joyent_manta
path: _env:REGISTRY_PATH:'/%s/stor/registry'
url: _env:MANTA_URL:'https://us-east.manta.joyent.com/'
insecure: _env:MANTA_TLS_INSECURE:False
key_id: _env:MANTA_KEY_ID
private_key: _env:MANTA_PRIVATE_KEY
account: _env:MANTA_USER
subuser: _env:MANTA_SUBUSER
remove_images: _env:REMOVE_IMAGES:False
```
or append env variables to docker-registry startup script
```
MANTA_USER=<Active manta username>
MANTA_KEY_ID=<SSH Key Fingerprint>
MANTA_URL='https://us-east.manta.joyent.com/'
REGISTRY_PATH='/%s/stor/registry'
```
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file docker-registry-driver-joyent_manta-0.0.19.tar.gz.
File metadata
- Download URL: docker-registry-driver-joyent_manta-0.0.19.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0f663f6e68e880902cb26deaf890d588b3da36008459b42331c72d4789374c3
|
|
| MD5 |
8ebbbb0baa4de3db090eff2d3ff571ee
|
|
| BLAKE2b-256 |
f340f196c93fba2eeee89f66f1a277f648b059d5c0338474dcdd9ed768b51a22
|