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
89 views

docker command not found by systemd service

I am on nixos, but this shouldn't be relevant for this problem. I created a systemd service which starts a docker container (open-webui). Even before logging in, the container starts and the web ui ...
HangryChicken1245234's user avatar
0 votes
0 answers
78 views

Using systemd + docker exec to manage processes within a single container

As of today, I have many systemd services where each of them runs a command using docker run. The same docker is used for all services. I've noticed that each container that runs, takes about 0.7% of ...
Omer's user avatar
  • 101
0 votes
1 answer
254 views

unable to restart ser2net on docker container after editing ser2net.yml ad restarting docker

Edited /etc/ser2net.yml file in docker container. Added following entry in the ser2net file: connection: &con40000 accepter: tcp,40000 enable: on options: banner: *banner ...
Ulysses's user avatar
  • 103
1 vote
0 answers
489 views

Why is my systemd-timer not working? (Active = Until)

I created a systemd-timer which should restart a docker container daily but it never does. That uptime of the docker container is > 1 day, that shows me the container was not restarted /lib/systemd/...
3x3cut0r's user avatar
3 votes
1 answer
608 views

Is it impossible to use systemd for services that will not have a PID like docker/docker-compose/podman results?

I want to systemd-ize our docker/docker-compose/podman setups, but it seems that systemd is incapable of properly dealing with service units that end without leaving a process behind. That is ...
Torque's user avatar
  • 141
1 vote
0 answers
180 views

Run squid proxy service in a systemd enable centos 7 container

I am unable to start squid service in a systemd enabled centos 7 container. I am able to install the squid package. this is what I got before starting the service : [root@c65bf5111b85 /]# systemctl ...
Lionel Tsimi Biloa's user avatar
0 votes
1 answer
62 views

Docker engine has failed to start error on ARM64 Linux

I have recently received a rock pi 5B and migrated over my docker containers from my old raspberry pi. The issue that I am having is that it will not work on either the raspberry pi nor the rock pi 5B ...
Amar Gandhi's user avatar
0 votes
1 answer
846 views

Docker rootless daemon not starting

I installed docker rootless with dockerd-rootless-setuptool.sh install to rhel 7.9. The info of the output is below. [INFO] systemd not detected, dockerd-rootless.sh needs to be started manually: When ...
G.Baysec's user avatar
2 votes
1 answer
331 views

systemd make service A to start B

I installed docker with snap. Every time snap updates docker, snap.docker.dockerd (default) service gets stopped and started after some time. I have a docker-compose app running so every update my app ...
Philipp Faster's user avatar
1 vote
1 answer
88 views

Running a docker command in a user-service

I am migrating some apps on my home service to docker. There are several background jobs, running as user-service, using these apps. But I receive the following error Got permission denied while ...
steff123's user avatar
  • 111
1 vote
0 answers
2k views

Is there any way to start services from docker image, can't start pre-enabled systemd images (255)

I want to start some service from this section tryed everything up until now and run out of ideas. I have a debian 10 VPS with no root access and need i have been looking forward to find another way ...
UCA Firmware's user avatar
2 votes
2 answers
3k views

Rocky Linux container with systemd on MacOS

I have this question which I hope is asked in the right place, if not, feel free to guide me. I'm developing several Ansible roles and using Molecule as a tool to test the roles against. Molecule uses ...
Kevin C's user avatar
  • 347
1 vote
1 answer
3k views

How to delay Docker (docker.service) start until USB SSD is ready on RPi?

I've moved the Docker root to a mounted USB SSD but this appears to have stopped Docker starting on reboot: root@rpi64:~# journalctl -u docker.service -b -- Journal begins at Sat 2021-10-30 20:46:14 ...
Sean S's user avatar
  • 11

15 30 50 per page
1
2 3 4 5 6