Latest questions in Docker

0 votes
0 answers

What is linux equivalent of "host.docker.internal"?

I know it is possible to use ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 87 views
0 votes
0 answers

What is the '--rm' flag doing?

I'm new to Docker and don't yet ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 96 views
0 votes
0 answers

docker : invalid reference format

I'm following this Docker-based tutorial. When I ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 94 views
0 votes
0 answers

Docker Redis - Seeding Data - Cannot execute redis-cli via Dockerfile or via shell script

I've got a single Redis instance up ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 96 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 65 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 77 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 92 views
0 votes
0 answers

How to remove docker completely from ubuntu 14.04?

I installed Docker on Ubuntu a while ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 96 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 69 views
0 votes
0 answers

Docker - Retrieving the COM class factory for component with CLSID

The software I'm using makes use of ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 52 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 74 views
0 votes
0 answers

Centos 7 install a specific version of docker ce

I'm trying to install a specific version ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 73 views
0 votes
0 answers

What's the difference between "docker stop" and "docker rm"?

I used to think that docker stop ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 91 views
0 votes
0 answers

Running ubuntu docker image in background

I was attempting to run a docker ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 72 views
0 votes
0 answers

What's the difference between "docker stop" and "docker rm"?

I used to think that docker stop ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 69 views
0 votes
0 answers

Docker Error ! Docker daemon is not running

When I try to do docker run ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 63 views
0 votes
0 answers

How to remove old and unused Docker images

When using Docker for a long period, ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 54 views
0 votes
0 answers

How to copy files from host to Docker container?

I'm attempting to create a backup and ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 51 views
0 votes
0 answers

How to get Dapr Service to Service Invocation to work when running under docker-compose?

When I try to use the Dapr ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 109 views
0 votes
0 answers

docker-compose.yml Syntax for Named Volumes

What is the syntax for specifying the ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 75 views
0 votes
0 answers

Pulling docker image by digest

Why is it necessary to give both ...READ MORE

Apr 29, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 87 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 74 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 66 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 79 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 71 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 54 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 70 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 51 views
0 votes
0 answers

How to copy Docker images from one host to another without using a repository?

How can I move a Docker image ...READ MORE

Apr 28, 2022 in Docker by Abhijeet
• 180 points

edited Mar 4 76 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 87 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 94 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 56 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 76 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 97 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 61 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 94 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 86 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 76 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 95 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 54 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 91 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 68 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 48 views
0 votes
0 answers

How to create named and latest tag in Docker?

Assume I have an image that I ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
914 views
0 votes
0 answers

x509: certificate signed by unknown authority - both with docker and with github

Used the below command for build- docker build ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
1,926 views
0 votes
0 answers

Dind in docker-compose connection reset by peer

In Docker, I'm attempting to connect to ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
1,834 views
0 votes
0 answers

Kill a Docker Container

For my node program, I created a ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
952 views
0 votes
0 answers

Why is Docker installed but not Docker Compose?

By using the commands below, I was ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
1,854 views
0 votes
0 answers

"docker build" requires exactly 1 argument(s)

I'm attempting to build and tag an ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
2,188 views
0 votes
0 answers

How to delete a docker image?

A Dockerfile is included in my project ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
794 views