From Fedora Project Wiki
Description
We are going to test that Docker daemon starts successfully.
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 start docker deamon.
$ systemctl start docker.service
Expected Results
The following must be true to consider this a successful test run. Be brief ... but explicit.
- Step #1 You will be able to login into Atomic instance.
- Step #2 You will see output like this:
$ systemctl status docker.service ● docker.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2016-05-05 07:21:25 IST; 6h ago Docs: http://docs.docker.com Main PID: 1104 (docker) CGroup: /system.slice/docker.service └─1104 /usr/bin/docker daemon --selinux-enabled
Optional
Optionally provide hints for exploratory testing.