Trending questions in Docker

0 votes
0 answers

How do I publish a UDP Port on Docker?

What is the best way to forward ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 212 views
0 votes
0 answers

How to restart a stopped docker container

I use the following command to start ...READ MORE

Apr 30, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 210 views
0 votes
0 answers

How is Podman different from Docker?

Docker and Kubernetes, as far as I'm ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 214 views
0 votes
0 answers

Docker failed to initialize

I'm trying to install the Docker community ...READ MORE

Apr 30, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 208 views
0 votes
0 answers

What is the point of WORKDIR on Dockerfile?

Docker is something I'm learning. I've seen ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 213 views
0 votes
0 answers

How to uninstall Docker Machine under Windows 10?

I couldn't find a way to uninstall ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 233 views
0 votes
0 answers

Docker: How to delete all local Docker images?

I recently began using Docker and had ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 266 views
0 votes
0 answers

How to see the logs of a docker container?

I have a small piece of code ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 263 views
0 votes
0 answers

What is the difference between a Docker image and a container?

We start with a base image when ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 250 views
0 votes
0 answers

What is the purpose of VOLUME in Dockerfile?

I'm trying to grasp Docker's volume better, ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 192 views
0 votes
0 answers

How to remove the Linux icon despite the Docker application?

I downloaded the Docker application a while ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 191 views
0 votes
0 answers

What is the difference between `docker-compose build` and `docker build`?

Docker-compose build vs. docker build: what's the ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 204 views
0 votes
0 answers

How to start a stopped Docker container with a different command?

I'd like to use a different command ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 203 views
0 votes
0 answers

List only stopped Docker containers

Docker allows you to list running containers ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 202 views
0 votes
0 answers

docker command not found even though installed with apt-get

I installed Docker on Ubuntu LTS 14.0 ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 182 views
0 votes
0 answers

Configure dockerfile with postgres

I have a specific requirement for my ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 199 views
0 votes
0 answers

Can Docker run on Windows 10 IoT Enterprise?

Just like the title, I wanted to ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 234 views
0 votes
0 answers

How do I mount a host directory as a volume in docker compose?

I'm dockerizing a development environment, and I'd ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 227 views
0 votes
0 answers

Docker: How to authenticate for docker push?

When I try docker push [docker-simple-httpserver]# docker push ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 225 views
0 votes
0 answers

Screen flicker in my laptop with windows 10 after installing docker desktop

I have a machine with an i3 ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 229 views
0 votes
0 answers

How to list containers in Docker

There is a command to list images, ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 222 views
0 votes
0 answers

How to push a docker image to a private repository?

I have a docker image with tag ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 226 views
0 votes
0 answers

What does `docker system prune -a` actually do?

My free space was 900 MB before ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 224 views
0 votes
0 answers

Cant stop Docker/Vmmem from running

I started practising building EOS smart contracts ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 205 views
0 votes
0 answers

How is Docker different from a virtual machine?

I keep going over the Docker docs ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 205 views
0 votes
0 answers

How do I run a command on an already existing Docker container?

I created a container with -d flag docker ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 195 views
0 votes
0 answers

What is the need for Docker Daemon?

Here is the docker architecture I'm not sure ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 192 views
0 votes
0 answers

Stop and remove all docker containers

How can I stop and remove all ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 186 views
0 votes
0 answers

Docker Apache Container exist immediately Build from Docker File on Ubuntu 18 04

I've built a docker file, and the ...READ MORE

Apr 25, 2022 in Docker by pranav
• 2,590 points

edited Mar 4 226 views
0 votes
0 answers

Unable to install Docker Desktop on Windows 10 Pro 21H1

I'm attempting to install Docker Desktop on ...READ MORE

Apr 12, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 251 views
0 votes
1 answer
+2 votes
2 answers

COPY failed: stat /var/lib/docker/tmp/docker-builder/root/page: no such file or directory

I have faced the same error in ...READ MORE

Dec 3, 2020 in Docker by Tabish Ali
24,791 views
0 votes
1 answer

How to fix unhealthy Docker Container? what could be the reason behind unhealthy status?

Restarting of unhealthy container feature was in ...READ MORE

Oct 30, 2020 in Docker by Rajendra
21,424 views
0 votes
2 answers

what is docker in devops?

Docker is a technology or platform that ...READ MORE

Jan 5, 2022 in Docker by Neha
• 9,020 points
2,333 views
+4 votes
4 answers

How to install packages inside a docker Ubuntu image?

Execute the update and the install command ...READ MORE

Apr 24, 2019 in Docker by Vismaya
49,136 views
0 votes
1 answer

How to save a Docker image in tar file?

docker save -o image name READ MORE

Sep 8, 2022 in Docker by anonymous

edited Mar 5 5,065 views
+1 vote
1 answer

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Hi@akhtar, It seems the docker service is not ...READ MORE

Dec 24, 2020 in Docker by MD
• 95,460 points
16,080 views
0 votes
1 answer

mkdir: cannot create directory '/var/lib/grafana/plugins': Permission denied

Hi@akhtar, You are getting this error because Grafana ...READ MORE

Sep 7, 2020 in Docker by MD
• 95,460 points
18,928 views
0 votes
1 answer

How to connect to the localhost of the machine from the Docker container?

Hi@akhtar, You can use --network="host" in your docker run command. It will ...READ MORE

Dec 23, 2020 in Docker by MD
• 95,460 points
12,118 views
0 votes
1 answer

Error:Failed to start redis.service Unit redis-server.service is masked

Hello, If redis.service file is missed in directory path /etc/systemd/system/redis.service so we ...READ MORE

May 18, 2020 in Docker by Niroj
• 82,800 points
20,781 views
0 votes
1 answer

How to run firefox inside docker container?

Hi@akhtar, Generally, if you run firefox inside docker ...READ MORE

Apr 16, 2020 in Docker by MD
• 95,460 points
20,998 views
0 votes
1 answer

iptables v1.6.0: can't initialize iptables -F: Permission denied (you must be root)

Hi@akhtar, You may get this error, if you didn't ...READ MORE

May 12, 2020 in Docker by MD
• 95,460 points
19,394 views
0 votes
1 answer

How to enable SSH inside Docker container?

Hi@akhtar, To enable SSH inside Docker Container, you ...READ MORE

Jun 4, 2020 in Docker by MD
• 95,460 points
18,255 views
+2 votes
1 answer

Error response from daemon: This node is already part of a swarm. Use "docker swarm leave" to leave this swarm and join another one.

Hi@akhtar, It is showing in the error that you ...READ MORE

Dec 24, 2020 in Docker by MD
• 95,460 points
8,723 views
0 votes
1 answer

What is the difference between bridge network and overlay network?

Hi@akhtar, The Bridge is the default network driver. If ...READ MORE

Dec 28, 2020 in Docker by MD
• 95,460 points
8,602 views
0 votes
0 answers

docker build error

READ MORE

Jul 5, 2021 in Docker by Sabyasachi

edited Mar 4 184 views
+1 vote
4 answers

COPY is not working in Docker

I had the exact same issue. I ...READ MORE

May 6, 2019 in Docker by Emilia
24,358 views
0 votes
1 answer

Job for docker.service failed because the control process exited with error code.

Hi@akhtar, Before starting your docker service check if ...READ MORE

Apr 14, 2020 in Docker by MD
• 95,460 points
18,507 views
0 votes
1 answer

How can I install systemctl tool in Docker container?

Hi@akhtar, In docker container if you want to ...READ MORE

Feb 5, 2020 in Docker by MD
• 95,460 points
21,118 views