totally more readable
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM docker:dind
|
||||
|
||||
CMD ["sh", "-c", "
|
||||
dockerd --insecure-registry nexus-repo-nexus-repository-manager.default.svc.cluster.local:5000 &
|
||||
sleep 5
|
||||
docker login http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:5000 -u admin -p testpass
|
||||
"]
|
||||
Reference in New Issue
Block a user