totally more readable

This commit is contained in:
2025-05-26 14:49:19 +03:00
commit c2b5073ca7
2 changed files with 85 additions and 0 deletions

7
Dockerfile Normal file
View 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
"]