This commit is contained in:
nora 2022-08-30 17:42:41 +02:00
parent 7408bd8274
commit e6af148551
2 changed files with 6 additions and 0 deletions

1
nginx/README.md Normal file
View file

@ -0,0 +1 @@
oh lord

5
registry/run.sh Executable file
View file

@ -0,0 +1,5 @@
#!/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