im testing docker 19.03 on an ubuntu 20.04 server
when i start a nginx container with
docker run --name nginx2 -p 80:80 --rm nginx
ev