From Fedora Project Wiki
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.
- ssh into an Atomic instance.
- 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.
- Step #1 You should be able to login into an Atomic instance.
- Step #2 should complete with exit code 0.