Skip to main content

Questions tagged [docker]

Docker - An open platform for distributed applications for developers and sysadmins.

997 questions with no upvoted or accepted answers
9 votes
0 answers
4k views

jenkins:Broken AVD system path. Check your ANDROID_SDK_ROOT value

I have docker-image of jenkins. Home directory of jenkins is: /var/jenkins_home wich mapped to /home/user So, i install android-sdk wich mapped to: /home/user/tools/android-sdk/ When i install ...
Admiral Land's user avatar
9 votes
0 answers
12k views

What IP/ports should be opened for Docker Hub?

Given our client's restrictions, we cannot have our VMs completely open to the internet. However, we sometimes need to pull Docker images from Docker Hub. We can white-list IP addresses and ranges, ...
Nico Villanueva's user avatar
8 votes
0 answers
12k views

Docker: "failed to get console mode for stdout: The handle is invalid."

When running docker-compose up in Windows PowerShell using Docker Desktop on WSL2, I get Creating network "test_default" with the default driver Building master failed to get console mode ...
questionto42's user avatar
  • 2,419
8 votes
0 answers
2k views

Ubuntu unattended upgrades stops Docker

This is my current 50-unattended-upgrades file: Unattended-Upgrade::Automatic-Reboot "false"; Unattended-Upgrade::Allowed-Origins { "${distro_id}:${distro_codename}"; "${distro_id}:${...
Nico's user avatar
  • 81
7 votes
0 answers
803 views

How to hide Docker volumes from Dolphin file manager?

KDE Plasma user here. Dolphin file manager is displaying all my Docker volumes in its devices sidebar section, and I'd like to prevent them to appear here without having to manually hide them. Is ...
Sekhemty's user avatar
  • 9,506
7 votes
0 answers
2k views

Docker is creatting another default network route overriding default one and disabling internet connection

I'm using docker, and when I started some container it starts the docker network interface. With it the daemon set-up 2 new routes, including a new default route, overriding my old one. And, of course,...
oaugustopro's user avatar
6 votes
2 answers
7k views

Docker Desktop 3.1.0 for Windows 10 Installation Failed

I have Windows 10 Pro version 1903 (build 18362.836). Hyper-V is enabled. Docker Desktop 3.1.0 failed to install with the following error. Any help would be greatly appreciated. Component ...
user avatar
6 votes
0 answers
598 views

When using shell inside Docker, previous command (Ctrl+P) does not refresh

I'm new to Docker, and I had a running container with Ubuntu 16. I usually connect the container with the command: docker exec -it 7e3 /usr/bin/zsh Then, when I use the shell inside the Docker, ...
rainyluo's user avatar
6 votes
1 answer
770 views

How to configure detach key-sequence like Docker's detachKeys using kubectl?

The default key sequence for detaching from a running container is Ctrl+p Ctrl+q in both Docker and Kubernetes. For Docker (e.g. docker run), I can change this with either --detach-keys on the ...
ivan's user avatar
  • 1,075
6 votes
0 answers
2k views

How to move images of docker in aufs directory to overlay2?

I update my kernel of Debian from 3.x to 4.x. Docker storage become overlay2. ls /var/lib/docker/ containers image network overlay2 plugins swarm tmp trust volumes old directory structure ...
Sword's user avatar
  • 61
6 votes
0 answers
451 views

How can I link an SMTP server to a Docker container under Plesk Onyx?

I'm running a Docker container on a Plesk Onyx managed server using the Docker extension. Everything is fine except email. How do I go about either linking my smtp server to the container or modifying ...
RyGuy's user avatar
  • 163
5 votes
1 answer
3k views

GPG Error on APT-GET docker container (Ubuntu 22.04)

I am trying to just apt-get update on a ubuntu:22.04 docker container. On my local machine, when I spin up a new ubuntu:22.04 docker container and run apt-get update, no error occurs. However, on my ...
Jason Chan's user avatar
5 votes
0 answers
3k views

Invalid length of startup packet docker compose postgresql

I am trying to install/setup pgadmin4 on a linux fedora 28 machine and when I try running this command docker-compose -f docker-compose.yml -f docker-compose.dev.yml up I get these errors: ...
everydayprogrammer's user avatar
5 votes
0 answers
643 views

using ksm_preload for Apache inside Docker

I am trying to use ksm_preload for Apache inside Docker. The problem is the library does not get mapped when running inside Docker. Outside it works and i am seeing shared/volatile pages. I think the ...
Sidias-Korrado's user avatar
5 votes
0 answers
1k views

Docker for Windows unresponsive after restarting VM

I've installed Docker for Windows on my Windows 10 machine, which uses Hyper-V. The default VM that gets installed is the MobyLinuxVM. To change some settings, I shut down and restarted the VM. But ...
SQB's user avatar
  • 703

15 30 50 per page
1
2 3 4 5
67