docker
docker copied to clipboard
--tmpfs option missing for container resource
In some cases, using --tmpfs option for containers is the only way to avoid running the container in privileged mode. See https://docs.docker.com/storage/tmpfs/ for more info.
One example of an image that requires --tmpfs in order to run without privileged mode is that of Dell Boomi: https://hub.docker.com/r/boomi/atom