skip to Main Content

Dockerfile RUN layers vs script

Docker version 19.03.12, build 48a66213fe So in a dockerfile, if I have the following lines: RUN yum install aaa bbb ccc && <some cmd> && <etc> && <some cleanup> is that a best practice? Should I keep yum part separate…

VIEW QUESTION

Redis – docker push to local registry fails

Registry container is running at port 5000. # docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES accbeafa34fe ibmcom/registry:2.6.2.5 "registry serve /etc…" 3 minutes ago Up 3 minutes 0.0.0.0:5000->5000/tcp, :::5000->5000/tcp local-registry sudo -E docker push localhost:5000/pgp-bench:latest The push refers…

VIEW QUESTION
Back To Top
Search