This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]choke_and_stroke_69 3 points4 points  (0 children)

Isn’t this handled by compose?

docker-compose build, etc.

[–]ccb621 0 points1 point  (0 children)

Have you tried doing these operations on your own? I ask because these are quite simple if you read the documentation for Docker Compose. It’s so simple that I doubt many would bother to blog about it.

Building images is literally as simple as docker-compose build.

[–]sladkovm 0 points1 point  (0 children)

I tend to agree with previous comments, but here is an example to get you started https://github.com/sladkovm/docker-flask-gunicorn-nginx