You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Shane Kumpf (JIRA)" <ji...@apache.org> on 2018/08/09 17:07:00 UTC

[jira] [Created] (YARN-8642) Add support for tmpfs mounts with the Docker runtime

Shane Kumpf created YARN-8642:
---------------------------------

             Summary: Add support for tmpfs mounts with the Docker runtime
                 Key: YARN-8642
                 URL: https://issues.apache.org/jira/browse/YARN-8642
             Project: Hadoop YARN
          Issue Type: Sub-task
            Reporter: Shane Kumpf


Add support to the existing Docker runtime to allow the user to request tmpfs mounts for their containers. For example:
{code}/usr/bin/docker run --name=container_name --tmpfs /run image /bootstrap/start-systemd
{code}

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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org