mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
5 lines
No EOL
173 B
Bash
Executable file
5 lines
No EOL
173 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 |