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
0
votes
1 answer

Unable to install docker in ppc64le RHEL 8.3

I base on this instruction, https://developer.ibm.com/tutorials/install-docker-on-linux-on-power/ . It is the error: # rpm -i docker-ce-19.03.13-3.el8.ppc64le.rpm error: Failed dependencies: containerd >= 1.2.1 is needed by…
Andy
  • 13
  • 4
0
votes
1 answer

docker can't launch

I want to install docker-ce,but it cannot launch I install docker-ce in this way: sudo yum install docker-ce My system type: Linux version 3.10.107-1-tlinux2_kvm_guest-0046 (root@TENCENT64.site) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC)…
Mori
  • 1
  • 1
  • 1
0
votes
1 answer

centos 7 server keeps restarting while building the docker images

I have docker installed on centos & system. I am able to download docker images using docker pull command. but when I run the container using docker run alpine, the server restarts. this is happening every time. I found this from /var/log/messages…
Bhushan Gadekar
  • 13,485
  • 21
  • 82
  • 131
-1
votes
1 answer

Docker Client is not connecting to its docker daemon on window subsystem

I am using WSL (Window Subsystem for Linux) 2 to install ubuntu and it works fine for me. Next tesk I want to install docker-ce on ubuntu subsystem so that I can do some docker testing. For that I am following this link. Followed exactly same step…
keepmoving
  • 1,813
  • 8
  • 34
  • 74
-1
votes
2 answers

Docker-CE on centOS 7 can't run containers

I have Docker-CE 18.05.0-ce (also tried on 18.03.0). After installation (used official docs for installation and post-installation) try to run: docker run hello-world It downloads but can't untar because of permissions: Output from command: docker:…
Konstantin Bogomolov
  • 1,278
  • 1
  • 11
  • 16
-1
votes
3 answers

Kubernetes developer setup on linux desktop

I really like the way how kubernetes was integrated in Docker For Mac. Is there an similar way to setup kubernetes locally on a linux desktop for development/testing purpose? Or is minikube still the way to go?
lgraf
  • 596
  • 7
  • 13
1 2
3