been playing with docker for a few days now, then starting reading the docs over at docker.com, and here are the fedora installation instructions one finds there:
https://docs.docker.com/installation/fedora/
which refer to some RPM named "docker-engine", of which i am unaware.
all i've installed for a working docker setup is:
* docker * docker-selinux * fedora-dockerfiles
so ... do i care about this "docker-engine" thingy?
rday
docker-engine == docker from fedora point of view.
Docker.io is trying to rebrand docker to docker-engine, so it can differentiate docker-swarm, docker-registry, docker-engine ...
On 07/17/2015 10:42 AM, Robert P. J. Day wrote:
been playing with docker for a few days now, then starting reading the docs over at docker.com, and here are the fedora installation instructions one finds there:
https://docs.docker.com/installation/fedora/
which refer to some RPM named "docker-engine", of which i am unaware.
all i've installed for a working docker setup is:
- docker
- docker-selinux
- fedora-dockerfiles
so ... do i care about this "docker-engine" thingy?
rday
On Fri, 17 Jul 2015, Daniel J Walsh wrote:
docker-engine == docker from fedora point of view.
Docker.io is trying to rebrand docker to docker-engine, so it can differentiate docker-swarm, docker-registry, docker-engine ...
ok, so if i wanted to follow that path, would i simply download and install the docker-engine RPM on my f22 system, rather than the current docker and docker-selinux packages? would i add a new yum repo entry for it? just trying to keep up.
rday
On 07/17/2015 11:55 AM, Robert P. J. Day wrote:
On Fri, 17 Jul 2015, Daniel J Walsh wrote:
docker-engine == docker from fedora point of view.
Docker.io is trying to rebrand docker to docker-engine, so it can differentiate docker-swarm, docker-registry, docker-engine ...
ok, so if i wanted to follow that path, would i simply download and install the docker-engine RPM on my f22 system, rather than the current docker and docker-selinux packages? would i add a new yum repo entry for it? just trying to keep up.
rday
No just install docker package from the fedora repo, which will bring in the updates.
I have asked Lokesh Mandevekar to update the docker.spec to provide docker-engine.
You should almost never download a package from the internet that exists from the distribution.
On Fri, 17 Jul 2015, Daniel J Walsh wrote:
On 07/17/2015 11:55 AM, Robert P. J. Day wrote:
On Fri, 17 Jul 2015, Daniel J Walsh wrote:
docker-engine == docker from fedora point of view.
Docker.io is trying to rebrand docker to docker-engine, so it can differentiate docker-swarm, docker-registry, docker-engine ...
ok, so if i wanted to follow that path, would i simply download and install the docker-engine RPM on my f22 system, rather than the current docker and docker-selinux packages? would i add a new yum repo entry for it? just trying to keep up.
rday
No just install docker package from the fedora repo, which will bring in the updates.
I have asked Lokesh Mandevekar to update the docker.spec to provide docker-engine.
i did notice that the fedora docker package has a dependency on docker-selinux, while that docker-engine package didn't, so i'm assuming the repackaging will take care of the selinux component.
rday
On 07/17/2015 12:59 PM, Robert P. J. Day wrote:
On Fri, 17 Jul 2015, Daniel J Walsh wrote:
On 07/17/2015 11:55 AM, Robert P. J. Day wrote:
On Fri, 17 Jul 2015, Daniel J Walsh wrote:
docker-engine == docker from fedora point of view.
Docker.io is trying to rebrand docker to docker-engine, so it can differentiate docker-swarm, docker-registry, docker-engine ...
ok, so if i wanted to follow that path, would i simply download and install the docker-engine RPM on my f22 system, rather than the current docker and docker-selinux packages? would i add a new yum repo entry for it? just trying to keep up.
rday
No just install docker package from the fedora repo, which will bring in the updates.
I have asked Lokesh Mandevekar to update the docker.spec to provide docker-engine.
i did notice that the fedora docker package has a dependency on docker-selinux, while that docker-engine package didn't, so i'm assuming the repackaging will take care of the selinux component.
rday
Yes. We ship with a series of patches on the docker-engine/docker package also.