You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: '2'
|
|
|
|
# a Docker Registry for home use | @21/04/18
|
|
# TODO: add authentication and SSL
|
|
|
|
services:
|
|
registry:
|
|
container_name: registry
|
|
hostname: registry
|
|
image: registry:arm32v6
|
|
ports:
|
|
- 5000:5000
|
|
volumes:
|
|
- /iscsi-data:/var/lib/registry:rw
|