Details
Description
Add support to the existing Docker runtime to allow the user to request tmpfs mounts for their containers. For example:
/usr/bin/docker run --name=container_name --tmpfs /run image /bootstrap/start-systemd
One use case is to allow systemd to run as PID 1 in a non-privileged container, /run is expected to be a tmpfs mount in the container for that to work.