Skip to main content

All Questions

Tagged with
0 votes
0 answers
27 views

Docker build succeeds on one system but not on other

System info I've been Dockerizing an application on System A, which is a Debian 12 clean installation, AMD64 architecture. The system info: Linux debian12.localdomain 6.1.0-17-amd64 #1 SMP ...
Shayan's user avatar
  • 1,594
0 votes
0 answers
64 views

Firewalling Docker Compose

I'm trying to operate Docker Compose containers behind a firewall on Debian 12. I cannot get access to the host machine (set up to be host.docker.local in the containers) to work within the containers ...
Timothy R. Butler's user avatar
1 vote
1 answer
346 views

Installing latest docker compose release on debian

I am trying to install an up-to date docker compose on debian so I can use the new include keyword and am getting a version mismatch between the apt info and docker compose version. I have added the ...
THaslbauer's user avatar
1 vote
1 answer
840 views

How to install ffmpeg 6 in a dockerized Debian 11?

I have a Debian docker image that is running my web app, this is the head of my Dockerfile: FROM ruby:3.0.2 # Install dependencies RUN apt-get update -qq && apt-get install -y build-essential ...
fguillen's user avatar
  • 381
1 vote
1 answer
429 views

Running mariadb on alpine container

I'm attempting to run mariadb on an alpine:latest (asof 20231027; 20230901; 3.18.4) container. Forgive a n00b, but I've always run it on a host system that comes with it pre-installed. I ran ...
FIREBAAT's user avatar
0 votes
1 answer
700 views

Error response from daemon, stat overlay no such file or directory after changing docker root location

I changed docker's data root on my system because the var partition was beginning to fill up, following this tutorial but substituting --data-root instead of -g. After making the switch, one of my ...
Alexis Purslane's user avatar
0 votes
0 answers
52 views

How to hide mountpoints and hosts hardware info from container? what directories are necessary to mount for running game servers in container?

I'm trying to run some game servers like fivem txAdmin , samp, mta , minecraft and etc on docker, What directories of the ones that docker mask/mount by default are necessary to mount as read and ...
4lireza's user avatar
3 votes
1 answer
3k views

Apt-get update fails with debian:stretch altough I referenced archive.debian.org

So I'm struggling right now, I made a dockerfile and in that dockerfile I run apt-get update, which here doesn't work cause the underlying base distro debian:stretch isn't in the main mirror anymore. ...
TD3V's user avatar
  • 133
4 votes
3 answers
19k views

How can I fix these APT repository errors?

How can I fix these APT repository errors? I'm using Debian GNU/Linux 9.13 (stretch). I'm looking to fix this update error and import the Docker GPG key. root@test:~# apt-get update Ign:1 http://...
sam23's user avatar
  • 69
0 votes
1 answer
256 views

Downloading an ArmA mod with steamcmd on headless Debian

I'm running a server on google cloud headless Debian 11 (Bullseye). I've got a debian-bullseye:slim container running steamcmd. I've got the ArmA 3 dedicated server (233780) going. Normally to ...
FIREBAAT's user avatar
1 vote
1 answer
5k views

How to download file from docker container image without curl / wget?

I'm in the process of writing container features and I want to be able to install package on debian:latest, ubuntu:latest and alpine:latest. To do so, I'm willing to leverage pacapt, a pure shell ...
Édouard Lopez's user avatar
0 votes
1 answer
13 views

Multiple container, different services, exposing securely

I have an old computer that I have converted into a personal server running debian with multiple services running on docker and others running on the host. Also, I have a raspberry pi next to it, ...
Julianit0w's user avatar
0 votes
1 answer
834 views

sudo to allow apt-get install of remote packages, but forbidding arbitrary commands

I'm looking for a way to allow a user to install (only remote) packages via apt-get (or another mechanism?) but not allow them to run arbitrary commands as root. I can get some of the way there via /...
Michal Charemza's user avatar
0 votes
1 answer
1k views

I can't install virtualbox on Debian11 - Windows User

I'm a Windows-user and I have installed Debian11 through the Windows Store. I'm struggling and failing with installing VirtualBox on Debian11. I downloaded VirtualBox 6.1(.28) from here: VirtualBox 6....
emaguerra's user avatar
0 votes
1 answer
497 views

How to install intel/amd64 OpenCL on tiangolo/uwsgi-nginx-flask:python3.10 (debian 10) docker container?

I am trying to make opencl work within a tiangolo/uwsgi-nginx-flask container. FROM tiangolo/uwsgi-nginx-flask:python3.10 RUN apt-get update #RUN apt-get install -y -f libcrypt-dev libssl-dev openssl ...
0x90's user avatar
  • 332

15 30 50 per page