docker icon indicating copy to clipboard operation
docker copied to clipboard

--tmpfs option missing for container resource

Open setfire2 opened this issue 5 years ago • 0 comments

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

setfire2 avatar Jun 09 '20 14:06 setfire2