Major Docker Issues since 6.12 RC4


Recommended Posts

Ever since upgrading to 6.12 RC4 I've been having major docker issues. Dockers failing to start and stop with execution errors, dockers failing to upgrade and orphaning images, causing me to have to re-install them, and extremely poor docker performance that wasn't happening prior to 6.12 RC4. An example of what Docker updates are doing is here:

 

Pulling image: lscr.io/linuxserver/calibre:latest
IMAGE ID [470182561]: Pulling from linuxserver/calibre.
IMAGE ID [a0a42e1e46b9]: Already exists.
IMAGE ID [a55b6a7607b3]: Already exists.
IMAGE ID [a323e3c11ed4]: Already exists.
IMAGE ID [5bb61648b0b7]: Already exists.
IMAGE ID [68a3079ee85a]: Already exists.
IMAGE ID [88cf2429a52f]: Already exists.
IMAGE ID [887b3ce1e536]: Pulling fs layer.Downloading 100% of 3 MB.Download complete.Extracting.Pull complete.
IMAGE ID [c479adae11df]: Pulling fs layer.Downloading 100% of 19 MB.Verifying Checksum.Download complete.Extracting.Pull complete.
IMAGE ID [fdeaaaae2c65]: Pulling fs layer.Downloading 100% of 412 MB.Verifying Checksum.Download complete.Extracting.Pull complete.
IMAGE ID [8c4bbb9db0f1]: Pulling fs layer.Downloading 100% of 9 KB.Verifying Checksum.Download complete.Extracting.Pull complete.
IMAGE ID [226071cbcef3]: Pulling fs layer.Downloading 100% of 239 MB.Verifying Checksum.Extracting.
IMAGE ID [a7304da4b7d1]: Pulling fs layer.Downloading 100% of 951 B.Verifying Checksum.Download complete.

TOTAL DATA PULLED: 673 MB


Stopping container: calibre
Error:


Removing container: calibre
Error:


Command execution
docker run
  -d
  --name='calibre'
  --net='bridge'
  -e TZ="America/New_York"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="asc-unraid01"
  -e HOST_CONTAINERNAME="calibre"
  -e 'PASSWORD'=''
  -e 'CLI_ARGS'=''
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8080]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-logo.png'
  -p '8085:8080/tcp'
  -p '8182:8181/tcp'
  -p '8081:8081/tcp'
  -v '/mnt/user/Media/books/':'/books':'rw'
  -v '/mnt/cache/appdata/calibre':'/config':'rw' 'lscr.io/linuxserver/calibre'
docker: Error response from daemon: Conflict. The container name "/calibre" is already in use by container "77e7761ab64e73e77cb580b89c3f3066a740a2f664bc085d64acfadda83c22bd". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.

The command failed.

 

I've been looking through logs trying to find something but I'm honestly beating my head against a wall at the moment. I could really use some support.

asc-unraid01-diagnostics-20230524-2159.zip

Edited by shinta148
Link to comment
  • shinta148 changed the title to Major Docker Issues since 6.12 RC4

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.