On 09/08/2016 10:33 AM, Trishna Guha wrote:
On Thu, Sep 8, 2016 at 8:10 PM, Josh Berkus <jberkus@redhat.com mailto: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.
Sure, but you can also run this on regular Docker if you want. You just need to pass the right flags.
[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.
But you can run it with "atomic" command, it just reverts to the basic "docker run".