Skip to main content

Questions tagged [docker]

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

0 votes
1 answer
58 views

I deployed a container with a non HTTP worker script to Google Cloud Run and it stops working after 20 minutes all the time

I'm deploying a dockerized worker script to Google Cloud Run that is not serving HTTP requests (thus, not an API). I had this exact same image deployed to a fly.io shared CPU that has 1 GB ram and 1 ...
pinkWojak's user avatar
  • 111
-1 votes
2 answers
163 views

Cannot install DDEV from PowerShell

I am trying to install DDEV from PowerShell, following these instructions: https://www.drupal.org/docs/develop/local-server-setup/windows-development-environment/installing-drupal-with-ddev-in-wsl2-on-...
MrSnrub's user avatar
  • 97
0 votes
0 answers
52 views

can't docker-compose up all at once on ec2 t2.micro

I have 3 services in my compose.yaml, 2 web apps and nginx proxy manager, on ec2 if I call sudo docker-compose up it will eventually freeze and the instance will become unresponsive ( I have to reboot ...
Omu's user avatar
  • 857
0 votes
1 answer
57 views

Pterodactyl Docker Pulling times out when using iptables

When I'm using iptables to block incoming traffic by either: - iptables -A INPUT -j REJECT or - iptables -P INPUT DROP It times out and says nothing and just finish pulling. (takes 1 minute). My ...
setpopa's user avatar
0 votes
1 answer
162 views

Why is docker-in-docker using so much disk space?

I often run a VS Code devcontainer for developing a Home Assistant add-on. This devcontainer runs Docker (inside of my host Docker). After a few hours of working, my host Docker runs out of disk ...
Elliott B's user avatar
  • 1,235
0 votes
0 answers
26 views

Can i create a new root user with root priviliges when i have just access to the boot partition?

is there any way i can create a new root user when i have just access to the boot partition. I have no access to / partition . This is just a question for my own lap. So don't worry. I running an alma-...
naseweis's user avatar
0 votes
1 answer
71 views

accessing the filesystem of the host from a docker container running in --privileged mode: unknown filesystem type 'LVM2_member'

I'm running a systemed docker container with ssh conection and now want to mount the host filesystem to gain access to it. ( don't worry this is just for demonstration purpose) If i do mount /dev/vda2 ...
naseweis's user avatar
0 votes
0 answers
48 views

Docker date root moved but old containers and images not found

By default the docker's images and containers are all saved in the folder /var/lib/docker but that using system's space, and is limited(may be 50G), I want to move the content from there to /home/...
cloudscomputes's user avatar
0 votes
0 answers
12 views

Is there a widely accepted, or intelligent way, to do user privilege setting and mount with Docker?

I am using Docker to set up the development system for the whole team using R/Python/... My way is create seperate container for different develop language. However, since there are 10 people working ...
cloudscomputes's user avatar
0 votes
1 answer
221 views

Is it possible to change the default user of docker minio/minio:latest from root to any other username/group?

I am using minio/minio:latest image in my docker-compose.yaml file, and I want the minio docker container to have a user other than root. after checking the /usr/bin/docker-entrypoint.sh shipped with ...
Ouss's user avatar
  • 101
0 votes
2 answers
123 views

Docker install in centos 7.4 with version info failed

I try to use yum install docker-ce-3:25.0.4-1.el7 #the current version to install, It saids no package docker-ce-3:25.0.4-1.el7 available. but if I remove the version info,just type yum install ...
cloudscomputes's user avatar
0 votes
1 answer
113 views

Uninstall docker command didn't get docker removed

So when I according to https://docs.docker.com/engine/install/centos/ run following command sudo yum remove docker \ docker-client \ docker-client-latest \ ...
cloudscomputes's user avatar
0 votes
0 answers
67 views

docker compose down service with label

I'm trying to figure out how to programmatically compose down several services with a label. Currently I'm just using docker container stop as such: docker container stop -t 60 $(docker ps -q -f "...
Modem7's user avatar
  • 1
0 votes
0 answers
56 views

Cannot use an nginx container to use port 80 on Mac

I am trying to run a dockerized nginx container on port 80 on my Mac Sonoma 14.4: sudo docker run -d -p 80:80 myapp_frontend:0.0.1 There are no error messages when running the container, but upon ...
demiglace's user avatar
  • 119
0 votes
0 answers
45 views

sudo visudo in a Dockerfile with CentOS base image

I am creating a Dockerfile using the centos:7 base image. I need to edit the file at etc/sudoers and append NOPASSWD privileges to it for a new user and some groups. I have looked up in forums that ...
cumulo2nimbus's user avatar

15 30 50 per page