Skip to main content

Questions tagged [docker]

Docker - An open platform for distributed applications for developers and sysadmins. Check Dockerfiles with https://hadolint.github.io/hadolint/ before posting

Filter by
Sorted by
Tagged with
5 votes
1 answer
592 views

docker compose up returns the message: Error response from daemon: client version 1.41 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version However, the ...
Morten Toudahl's user avatar
2 votes
0 answers
35 views

I am running Pi-hole instance in a docker compose setup and want it to also act as my DHCP server. In addition to Pi-hole, I added to the compose file a container for Pi-hole prometheus metrics ...
user avatar
0 votes
0 answers
80 views

I was following the guide just the day before it was updated. The updated guide suggests a different Docker compose file. I will quote the original post and type the new situation below. I'm ...
Guido Vallerotto's user avatar
0 votes
0 answers
26 views

I need to install a project on GitHub, and they said it should be installed by docker since there's a lot of configuration to do otherwise. I use WSL, so I installed docker desktop for windows and set ...
Cs_J's user avatar
  • 1
2 votes
1 answer
48 views

I was trying to merge a PR into a repo in my self-hosted forgejo server. but it threw this error. I found it was due to the lack of a configured gpg key in my server. After adding the gpg options in ...
edjmir's user avatar
  • 141
2 votes
0 answers
33 views

When connecting to a Docker container via docker run -it <image> /bin/bash the PATH contains alterations from package installations specified in the Dockerfile. (RUN dnf install -y <package&...
Zsar's user avatar
  • 669
1 vote
0 answers
23 views

I have been having this issue for months now and haven't gotten to the bottom of it. I'm curious what others think and haven't found the answer. I am running a server with the following: Ubuntu ...
rwarner's user avatar
  • 121
1 vote
0 answers
182 views

I’m running into a strange issue in my Kubernetes cluster where some pods fail to start, and I keep getting errors like these: Normal Pulled 3.6 mins ago Container image "<container-...
Some Guy's user avatar
1 vote
0 answers
75 views

I have an Apprise-Api Docker container that i use for Telegram and Discord notifications. I deployed this using Portainer, here is the docker-compose.yml services: apprise: image: lscr.io/...
Rabid's user avatar
  • 171
0 votes
0 answers
32 views

EDIT Seems like there is a question as to why I have this setup. Per company policy I'm developing on a remote machine. The machine is Amazon Linux 2, which is not upgradable. We will not be switching ...
flashburn's user avatar
  • 189
1 vote
1 answer
100 views

Could someone please explain why I should not backup my named docker volumes by simply backing up (copying) the "/var/lib/docker/volumes" directory recursively? This seems much easier than ...
u628898's user avatar
  • 51
1 vote
0 answers
40 views

I am currently using Jenkins 2.530 on an otherwisely unknown-and-inaccessible-to-me Linux machine. (E.g. no ssh.) Docker provider is podman 5.4.0, which I think is part of the problem. What I want to ...
Zsar's user avatar
  • 669
0 votes
1 answer
85 views

Currently working with docker. I have a .tar file, mount the image into docker as container. Before that, I create a volume on my HDD which is the place where my app saves data. The data is sensitive, ...
user avatar
2 votes
0 answers
51 views

I'm using FFmpeg to apply a GLSL .frag shader to a video. I do it with this command docker run --rm \ --gpus all \ --device /dev/dri \ -v $(pwd):/config \ lscr.io/linuxserver/ffmpeg \ ...
yous's user avatar
  • 21
1 vote
0 answers
111 views

UPDATE: It's not about nginx or Docker. I can run nc -lkv 80 on WSL, and telnet 10.0.0.2 from the Windows side to gets the same result. A simple workaround is to set your WSL network to bridged mode ...
ZIFF's user avatar
  • 113

15 30 50 per page
1
2 3 4 5
133