Questions tagged [docker-ce]

Docker Community Edition (CE) is ideal for developers and small teams looking to get started with Docker and experimenting with container-based apps.

Overview

Docker Community Edition (CE) is ideal for developers and small teams looking to get started with Docker and experimenting with container-based apps. Available for many popular infrastructure platforms like desktop, cloud and open source operating systems, Docker CE provides an installer for a simple and quick install so you can start developing immediately.

Docker CE is integrated and optimized to the infrastructure so you can maintain a native app experience while getting started with Docker. Build the first container, share with team members and automate the dev pipeline, all with Docker Community Edition.

More info

36 questions
2
votes
0 answers

Install Docker-ce on Ubuntu 16.04 fails because of overlay

Im running a vServer with Ubuntu 16.04 installed. All packages seems up-to-date. My kernel-version is the following: Linux 4.4.0-042stab130.1 x86_64. I want to install docker-ce for development purposes. Now everytime I try to install it via apt, it…
1
vote
1 answer

Docker version documentation links

Please help to understand with the docker version numbers. Docker version 1.13.1, build 7f2769b/1.13.1 . ( https://docs.docker.com/release-notes/docker-engine/) and Docker version 19.03.5, build 633a0ea (…
1
vote
1 answer

Why group name "docker" is not created on installation of docker on mac?

After running: brew cask install docker UNIX socket file is not part of docker group in my mac laptop(docker host) $ ls -l /var/run/docker.sock lrwxr-xr-x 1 root daemon 70 12 Jan 08:19 /var/run/docker.sock ->…
overexchange
  • 15,768
  • 30
  • 152
  • 347
1
vote
0 answers

docker sdk for container creation

I am using go-sdk for docker to create a container by code along the following lines resp, err := cli.ContainerCreate(ctx, &container.Config{ Image: "alpine", Cmd: []string{"echo", "hello world"}, }, nil, nil, ""/* This is…
curiousengineer
  • 2,196
  • 5
  • 40
  • 59
1
vote
1 answer

After upgrade to docker 18.09. all containers are invalid because of devicemapper error

Today I upgraded docker from 18.06 to 18.09 in a debian stretch host. After the upgrade all our images and container were "gone", i.e. docker won't show them anymore but the data in /var/lib/docker wasn't gone. dockerd -D unveiled: Cannot…
ohcibi
  • 2,518
  • 3
  • 24
  • 47
1
vote
1 answer

How to compile a docker-ce makefile?

I have the source code of docker-ce from github and I am trying to use it. I want "Hello World" to be printed out if I use the command 'docker pull ubuntu'. (the default is 'using default tag:...') So I found the source code by…
youngjun
  • 11
  • 1
1
vote
2 answers

Docker - how to alter my Docker Compose file to automate a bash script for the MySQL container?

I have the following setup Docker Composer setup and want to run a shell script to automate tasks like importing the DB into the MySQL database. # Adopt version 2 syntax: version: '2' volumes: database_data: driver:…
Zabs
  • 13,852
  • 45
  • 173
  • 297
1
vote
1 answer

How to stop docker-ce from downgrading and keep it at version 18.03?

I've installed docker-ce on my Ubuntu 18.4. The version after installation is 18.03 which is good but after restarting it downgrades on its own to 17.06. Client: Version: 18.03.1-ce API version: 1.30 (downgraded from 1.37) Go version: …
0
votes
1 answer

Docker service fails on Debian GNU/Linux 11 due to docker-ce

ERROR Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. invoke-rc.d: initscript docker, action "start" failed. ● docker.service - Docker…
0
votes
1 answer

Docker installation without internet (RHEL)

I am planning to install Docker CE under RHEL on an offline (Intranet) box. Please share the procedure how to create repository.
Bala K
  • 11
0
votes
2 answers

ansible script to install docker repo on centos server with no internet access

looking for an ansible script to install docker packages on the centos8 server with no internet access. I have tried the below on my test server(which has internet access) but the actual server doesn't have access to the internet and looking out for…
TinA
  • 3
  • 1
0
votes
0 answers

Running container fails with failed to add the host cannot allocate memory

OS: Red Hat Enterprise Linux release 8.7 (Ootpa) Version: $ sudo yum list installed | grep docker containerd.io.x86_64 1.6.9-3.1.el8 @docker-ce-stable docker-ce.x86_64 …
hpaknia
  • 2,769
  • 4
  • 34
  • 63
0
votes
1 answer

Offline Rpm installation of docker is failing in RHEL 8.4

While trying to install the docker in offline mode by copying the rpm packages from docker url (https://download.docker.com/linux/rhel/8/s390x/stable/Packages) getting the below error Os version - Red hat linux 8.4 Ootpa warning:…
0
votes
1 answer

Uyuni problems with docker-ce repository

I'm experiencing a strange issue with Uyuni software distribution. Working with spacewalk i have never had this kind of problem. We configured many channels with related repos, but we are experiencing problems with Docker-ce repository. The web ui…
omar.c
  • 1
0
votes
1 answer

How do I reach a ddev site from LAN with docker-ce in an WSL2 enviroment?

When configuring ddev with a project TLD it becomes unreachable when replacing "docker desktop" with "docker-ce". project_tld: testing How can I reach the project again from my local machine and from our company LAN?
F.Leudts
  • 181
  • 1
  • 9