Questions tagged [docker-engine]

Docker Engine runs on Linux to create the operating environment for your distributed applications.

At the core of the Docker platform is Docker Engine, a lightweight runtime and robust tooling that builds and runs your Docker containers. Docker Engine runs on Linux to create the operating environment for your distributed applications. The in-host daemon communicates with the Docker client to execute commands to build, ship and run containers.

See official website for details.

108 questions
-1
votes
1 answer

Where is docker-ee-selinux-17.06.1.ee.1-1.el7.noarch.rpm

Docker has just released a 17.06 version of docker-ee. But there is no selinux rpm in trial packages /rhel/7.3/x86_64/stable-17.06/Packages/, and yum install docker-ee-17.06.1.ee.1-1.el7.rhel.x86_64.rpm failed because of selinux needed. Anybody…
cbb
  • 141
  • 1
  • 2
  • 5
-1
votes
2 answers

Docker-engine confilcts with docker.io

OS: Ubuntu 16.04 Docker version: 1.11.2 I have already installed docker 1.11.2 on my Ubuntu and I want to upgrade it to 1.12. All the steps are as follows: I download the deb pkg named docker-engine_1.12.3-0~xenial_amd64. Execute command: dpkg -i…
Stone
  • 1
-2
votes
1 answer

How do I dockerize already built rasa project?

I have built my rasa project and have added in my github repository. Now I want to dockerize it. How do I do that? Most of the dockerization tutorials I see, start docker before building project.
Anjali
  • 143
  • 1
  • 1
  • 6
1 2 3 4 5 6 7
8