From Fedora Project Wiki

Revision as of 10:44, 5 May 2016 by Trishnag (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

We are going to test root mount here.

Setup

Test this on Atomic Image.

How to test

Be as specific as required for the target audience.

  1. ssh into an Atomic instance.
  2. Next we will execute docker command to test root mount.
 $ docker run --rm -v /:/host busybox
 $ echo $?

Expected Results

The following must be true to consider this a successful test run. Be brief ... but explicit.

  1. Step #1 You should be able to login into an Atomic instance.
  2. Step #2 should complete with exit code 0.