On Thu, Sep 8, 2016 at 8:10 PM, Josh Berkus jberkus@redhat.com wrote:
In what way are images created for atomic not runnable on regular Docker? Examples?
Sure.
[1] is the Dockerfile for running cockpit on atomic host. We can run the container with *atomic* command. [2] is the Dockerfile for redis container (regular). We can run the container on all kind of host, even on atomic host but not with *atomic* command.
[1] https://github.com/fedora-cloud/Fedora-Dockerfiles/tree/master/cockpit-ws [2] https://github.com/fedora-cloud/Fedora-Dockerfiles/tree/master/redis