Everything posted by jairbj
-
USB Creator crashes after downloading image.
Hi, I downloaded the USB Creator today and when I try to write to a USB disk its crashes after it downloads the image. What can I do?
-
Docker daemon general log extra parameters.
Hi friend. Thank you for the TIP, solved it adding this to my GO file: sed -i '2 i DOCKER_OPTS="$DOCKER_OPTS --log-driver json-file --log-opt tag=\\\"{{.ImageName}}|{{.Name}}|{{.ImageFullID}}|{{.FullID}}\\\""' /etc/rc.d/rc.docker Although it works, @limetech promised to add an "additional options" at docker settings page here. I couldn't find this option.
-
Docker daemon general log extra parameters.
Hi friends, I'd like to pass extra log parameters for all my docker containers. --log-driver json-file --log-opt tag="{{.ImageName}}|{{.Name}}|{{.ImageFullID}}|{{.FullID}}" I know I can use "extra parameters" session for every container, but I'd like to do this in a global way. I tried creating a /etc/docker/daemon.json with these parms but when I started docker I got unable to configure the Docker daemon with file /etc/docker/daemon.json: the following directives are specified both as a flag and in the configuration file: log-opts: (from flag: map[max-file:1 max-size:50m], from file: map[tag:{{.ImageName}}|{{.Name}}|{{.ImageFullID}}|{{.FullID}}]) I couldn't find a way to do this in unraid > settings > docker tab. Does anyone can help me with this?
-
[Plugin] CA Appdata Backup / Restore v2
I'm having the same problem but with pihole/pihole container. Does anyone found a solution? I have 11 containers running and only have problems with that one.
-
[6.9.1] After upgrading from 6.8.3 docker doesn't show 'br0' in network types.
After upgrading from 6.8.3 to 6.9.1 (this morning) docker in GUI doesn't show 'br0' in network types. As a result I can't set an specific IP for a docker container and also can't use them. servidor-diagnostics-20210311-1010.zip