Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add exec option to tmpfs mounts #1083

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 25, 2018

  1. added the new field to docker mount api type tmpfs options, will be r…

    …eplaced by vendoring moby/moby
    
    Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
    adshmh committed May 25, 2018
    Configuration menu
    Copy the full SHA
    4c628dc View commit details
    Browse the repository at this point in the history
  2. added RawOptions to tmpfs mount options in opts/mount

    Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
    adshmh committed May 25, 2018
    Configuration menu
    Copy the full SHA
    a5e0604 View commit details
    Browse the repository at this point in the history
  3. added Options field to ServiceVolumeTmpfs, and the corresponding conv…

    …ersion to Tmpfs RawOptions
    
    Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
    adshmh committed May 25, 2018
    Configuration menu
    Copy the full SHA
    cd0b270 View commit details
    Browse the repository at this point in the history