Skip to main content

All Questions

Tagged with
0 votes
1 answer
19 views

Starting a systemd user service for a docker rootlesskit user

I run my docker stuff with a dedicated user, and installed the docker rootlesskit. I start docker with systemctl --user start docker.service. Everything related to docker, executed with that user, ...
unsafe_where_true's user avatar
0 votes
1 answer
514 views

How to Configure Cgroup V2 limits on docker-compose containers

I want to configure cgroups V2 resource limitation on a Docker-Compose container. How do I do this?
F1Linux's user avatar
  • 2,734
0 votes
1 answer
25 views

How to send messages from the serviceA running in a docker container to the serviceB running on the host?

I hava a senrio as follow: on basic.target stage. My host start running a serviceB, which create a unix socket file "/tmp/.test_sock" when service started. on the multi-user.target stage. ...
user688442's user avatar
0 votes
0 answers
34 views

How to connect volumes running in docker for Owncloud to the host's vm folders?

I am trying to configure Owncloud in docker. The docker-compose yaml I am using look like this: services: owncloud: image: owncloud/server:10.15 container_name: owncloud_server restart: ...
Fotios Tragopoulos's user avatar
0 votes
0 answers
25 views

Loading volume into docker container

I am using Ubuntu on my host machine, and I have a docker container also running Ubuntu that contains an ASP .NET website. Now the issue is I can't seem to figure out how to get the container to mount ...
UnSure's user avatar
  • 1
0 votes
1 answer
631 views

Podman and Docker: Sharing a network and/or hostname resolution between services?

So I have a docker network named home that all of my root-based (or docker containers that were simply too hard to port to podman) containers live. sudo docker network ls NETWORK ID NAME ...
TheYokai's user avatar
  • 143
0 votes
0 answers
42 views

Running vsftpd in Docker (Swarm)

I want to use a vsftp-Server in my Docker Swarm but having some network issues. I have the following compose-file: services: vsftpd: container_name: vsftpd image: million12/vsftpd ...
swarmer91's user avatar
1 vote
1 answer
582 views

How to get docker-compose back in Fedora 41?

After upgrading Fedora 40 to 41, docker-compose was no longer available. When I try to re-install with sudo dnf install docker-compose, it raises the following conflicts: - installed package docker-...
David's user avatar
  • 111
0 votes
0 answers
454 views

How can I get a docker compose container's replica number from inside it, without special tools?

I have a docker compose project where one of the services launches several replicas using the replicas directive. The replicas have automatically enumerated names, which also serve as hostnames. ...
Duncan Marshall's user avatar
0 votes
0 answers
42 views

How to take Docker Desktop full backup and restore

How to take a full backup and restore of Docker Desktop. I see that there is a way to save the Docker image as a tar file in the local filesystem. I was looking to dump all the current images into one ...
Varadharajan Nadar's user avatar
0 votes
0 answers
17 views

Run a VPN server alongside a website served by Docker

I have a server running this CMS as a website by running a Docker file like this by docker-compose which internally uses nginxproxy/nginx-proxy and nginxproxy/acme-companion Docker images. Now, I ...
Megidd's user avatar
  • 1,579
1 vote
1 answer
102 views

Why can't "dig" on rockylinux 9 find a container/host named "https" in a docker compose network?

Sorry I don't know if this is a docker issue or a dig issue on rockylinux 9. Everything works as expected on rockylinux 8. I have a docker-compose.yml file below with a service named https. That ...
jamshid's user avatar
  • 384
-1 votes
1 answer
255 views

syslog logging driver giving the error protocol wrong type for socket

I have a service defined via docker compose (see definition below). When I tried to start this service via docker-compose -f up --wait -d my_service, I get the error Error response from daemon: ...
atl123's user avatar
  • 3
1 vote
1 answer
64 views

Container occasionally not part of network

I've a Docker container that is started via docker-compose. The configuration file specifies that it should be part of two networks. However, on occasion (approximately one in five runs), the ...
Daniel Walker's user avatar
0 votes
0 answers
788 views

Docker bridges have no-carrier with sytemd-networkd

My docker containers connected to a bridge network aren't able make outbound connections. I found out that two of the bridge networks had no carrier. I believe, I am currently running systemd-networkd ...
CodeCraft's user avatar

15 30 50 per page
1
2 3 4 5