You’ll definitely need to. Programs in Docker containers are completely isolated from the host machine, they have access to nothing by default, so you need to map network ports or mount filesystem directories.
You’ll definitely need to. Programs in Docker containers are completely isolated from the host machine, they have access to nothing by default, so you need to map network ports or mount filesystem directories.