Docker container update resets docker network config


shremi

Recommended Posts

So i decided to upgrade my cache drive , everything went ok or so i thought. 

 

I have a strange issue when i update a docker container it resets the network connection. i am attaching some pictures.

 

image.thumb.png.fb59f0959717126f9a592a6c8f5550f6.png

 

I apply the update 

Pulling image: linuxserver/radarr:latest
IMAGE ID [1211727932]: Pulling from linuxserver/radarr.
IMAGE ID [3b8cf8713836]: Already exists.
IMAGE ID [07a0e16f7be1]: Already exists.
IMAGE ID [667a39f8e19d]: Already exists.
IMAGE ID [ecfc18e38ba1]: Already exists.
IMAGE ID [486a0ab8af67]: Already exists.
IMAGE ID [d13bf8c7752d]: Pulling fs layer.Downloading 100% of 69 MB.Download complete.Extracting.Pull complete.
IMAGE ID [e0ce5493cc2f]: Pulling fs layer.Downloading 100% of 964 B.Verifying Checksum.Download complete.Extracting.Pull complete.
Status: Downloaded newer image for linuxserver/radarr:latest

TOTAL DATA PULLED: 69 MB


Stopping container: radarr
Successfully stopped container: radarr


Removing container: radarr
Successfully removed container: radarr


Command execution
docker run
  -d
  --name='radarr'
  --net='none'
  -e TZ="America/Mexico_City"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="radarr"
  -e 'PUID'='99'
  -e 'PGID'='100'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:7878]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/radarr.png'
  -v '/mnt/user/Downloads/Complete/':'/downloads':'rw'
  -v '/mnt/user/Media/Movies':'/movies':'rw'
  -v '/mnt/user':'/mnt/user':'rw'
  -v '/mnt/user/appdata/radarr':'/config':'rw' 'linuxserver/radarr'
7a3132194df32fb3bdf7e7fe700df14644475a6ec2cc04d5067cd7a38f7ea445

The command finished successfully!


Removing orphan image: 9e6f315ce211
Error: Image can not be deleted, in use by other container(s)

 

And now the docker loses the dockernet network.

 

image.thumb.png.068ec215704d30ca573b6a870c66422e.png

 

Any ideas on how to solve this ??? 

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.