Docker registry manta driver
Project description
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
```
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
```
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'
```
Project details
Release history Release notifications | RSS feed
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.7.tar.gz
.
File metadata
- Download URL: docker-registry-driver-joyent_manta-0.0.7.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f34b18d8edf41e2f40f13003c5e64a165eeda82481e963737a3a72ad87b28ef |
|
MD5 | 2b67f443a5697589b42a4b8eb9d59458 |
|
BLAKE2b-256 | 27cdc92592ec33c8ae0bb953fd7f6996068a4c3eeef3d4c5738ff335f5453082 |