In this post, we will continue with docker-outside-of-docker pitfalls. This time we will focus on port mapping with the -p flag to docker. When invoking a container with this flag using DooD, the end result may not be what you expect. I’ll show some examples with a nginx docker container. Pitfall: Port Mapping I’ll spin…