EXPOSE vs. Publish in Docker: A Deeper Dive
Recently, I interviewed for a DevOps position. To demonstrate my skills, I proudly presented the following Dockerfile for a server that was intended to run only on a single container:
FROM nikolaik/python-nodejs:latest
WORKDIR /app
COPY . .
RUN pi...
sudhzlive.tech3 min read
Deepak Tripathy
This was insightful! Learnt something new today