Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
1 replies
47 views

Server 1 Server 2 On server 1 I have a container running abc and I would like to copy the container to Server 2. Is it possible? 1. Is it possible to do it using docker checkpoint? 2. Is it possible ...
vickyvikas7988's user avatar
0 votes
0 answers
78 views

I have installed Docker Desktop on Windows Server 2022 and enabled WSL2 also but when I open Docker Desktop App then it showing 'Docker Engine Stopped' and when I Restart Docker Service then Still it ...
Mahendra's user avatar
0 votes
0 answers
43 views

I am running Docker Desktop on Windows. I have a single container which runs DynamoDB locally. Having lost and recreated my container after a previous update, I have now "lost" the container ...
VegDork's user avatar
  • 276
0 votes
1 answer
224 views

steps followed to install docker desktop in windows. https://docs.docker.com/desktop/setup/install/windows-install/ downloaded : Docker Desktop for Windows - x86_64 . For installation, I tried, keep ...
Azhagu Surya's user avatar
0 votes
2 answers
3k views

Docker desktop was working until I updated it (saw an update button in the app and updated it). After updating, a restart of the app happened and docker is refusing to connect again. I uninstalled the ...
Samuella M. Aglago's user avatar
0 votes
1 answer
124 views

I have tried all the possibilities to get the windows container on my Docker desktop.but i failed to get that. Can any one please help me on this or provide me the steps. I used -Swithdeamon command ...
Pavan G's user avatar
0 votes
2 answers
2k views

I have a RHEL 7 server with Docker EE and I have installed Docker CE after removing Docker EE. But after installing Docker CE, when I try to start Docker service with command systemctl enable --now ...
noonenine's user avatar
  • 129
0 votes
1 answer
2k views

I've spent quite some time in the last month trying to figure out how to run colima & docker engine on my Mac Pro M2 Max as x86_64 for both. Everything came from the missing compatible ...
RegExp12's user avatar
0 votes
1 answer
112 views

Why I am getting this error when executing docker version with non-sudo user. I have installed docker using Script Output with non-sudo user docker version Client: Docker Engine - Community Version: ...
Waleed Akbar's user avatar
1 vote
0 answers
839 views

My OS is almalinux 9.2. Accessing https://server_ip:9443 (portainer) from browser gives error: This page isn’t working <server_ip> didn’t send any data. ERR_EMPTY_RESPONSE I installed docker ...
jay's user avatar
  • 31
0 votes
2 answers
961 views

I just created a new partition on my Linux CentOs 7, and after that I changed my Docker Root Directory from /var/lib/docker to /data/docker. In the 'docker.service' file I added the following config: ...
TITANIXX's user avatar
1 vote
0 answers
448 views

I would like to know how to findout the configured container-runtime of your docker-client. Preferably in a programmatic way with golang. I know those to packages for golang handling containers with ...
Nikolai Ehrhardt's user avatar
2 votes
2 answers
2k views

I've set up the Docker Engine locally to run on minikube (rather than using Docker Desktop). I know that I need to make sure that the Engine "talks to" the minikube cluster. I've consulted ...
whoopscheckmate's user avatar
2 votes
1 answer
639 views

I have being reviewing the docker engine SDK documentation related with running Docker with Golang (https://docs.docker.com/engine/api/sdk/) I would like to run a container(which is well documented) ...
Ferrandinand's user avatar
3 votes
2 answers
3k views

I want to write a script which going to use docker API. It will communicate with the docker engine which runs on the host machine. I don't wanna install the entire docker to my image just CLI and ...
112Legion's user avatar
  • 1,269
0 votes
0 answers
447 views

I'm trying to run minikube with docker on an os ubuntu but when I run the command minikube start --driver=docker I get the following error: Failed to start docker container. Running "minikube ...
Rafael Souza's user avatar
  • 1,361
1 vote
1 answer
601 views

I am trying to run docker inside container using Go Docker Engine API. I am able to mount a folder from host system to the container but only empty dir is being copied into the docker inside the ...
Syed Adil Shariq's user avatar
4 votes
2 answers
15k views

I've installed Docker on Windows Server 2019 Datacenter 64 bit as on the first screenshort. During the process I've got an error, but docker -v shows installed version. Then I tried to run my docker-...
mark's user avatar
  • 305
2 votes
1 answer
439 views

When running a http://127.0.0.1:2375/exec/xxxxx/start i get a response of type application/vnd.docker.raw-stream with some binary chars in the response. so for example, when calling "date" ...
michabbb's user avatar
  • 962
-2 votes
1 answer
107 views

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's user avatar
  • 163
-1 votes
1 answer
3k views

I have installed docker version 20.10.7 on my Windows 10 machine. But when I run docker ps command I am getting the following error: error during connect: This error may indicate that the docker ...
Heer's user avatar
  • 15
0 votes
1 answer
197 views

I am using a C# API that talks to DockerEngine (Docker.DotNet) to do some things, but notably, in this case, removed a stopped container. Here is my code: foreach (var container in RunningContainers) {...
zkatancik's user avatar
0 votes
2 answers
106 views

I am a beginner with docker. I want to run a docker engine api call from within one of my docker containers - specifically list all images (images/json endpoint). I am trying to troubleshoot this, and ...
Veverke's user avatar
  • 11.6k
4 votes
1 answer
8k views

We have recently upgraded from docker version 17.06.0-ce to 18.09.2 on our deployment environment. Experienced container got killed suddenly after running for few days without much information in ...
KNT's user avatar
  • 93
0 votes
0 answers
185 views

When using the Docker for macOS or Windows we can set the amount of memory that is allocated to the Docker daemon (by default it is 2GB). My question is there such a setting on Linux (Ubuntu 20.04.1) ...
Ritesh Chauhan's user avatar