mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
6 lines
No EOL
191 B
Bash
Executable file
6 lines
No EOL
191 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
docker run -d -p 5000:5000 --restart=always --name registry \
|
|
-v `pwd`/config.yml:/etc/docker/registry/config.yml \
|
|
$@ \
|
|
registry:2 |