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'
```
Release files for docker-registry-driver-joyent_manta 0.0.19
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| docker-registry-driver-joyent_manta-0.0.19.tar.gz | 3.2 kB | Details |
Release files / docker-registry-driver-joyent_manta-0.0.19.tar.gz
| Download URL | docker-registry-driver-joyent_manta-0.0.19.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a0f663f6e68e880902cb26deaf890d588b3da36008459b42331c72d4789374c3
|
|
BLAKE2b-256 checksum How to use checksums |
f340f196c93fba2eeee89f66f1a277f648b059d5c0338474dcdd9ed768b51a22
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |