Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

What does this error mean "docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting"?

Featured Replies

How do I fix this error when installing a docker container? What does it mean? docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/mnt/user/appdata/postgresql_alpine" to rootfs at "/var/lib/postgresql/data": change mount propagation through procfd: open o_path procfd: open /var/lib/docker/btrfs/subvolumes/93598d4db74bc40f1c319adf4ada747e78f880d725d690e63d36c8c4cb73c9e5/var/lib/postgresql/data: no such file or directory: unknown.

Not sure if it's related but I recently converted my Docker Service, Docker data-root from "btrfs vDisk" to "Directory". I can install other Apps from the community store just fine.

Attached Diagnostics just incase that helps and below is all the info I have from the docker install. There are no other logs that I'm aware of.

docker run
  -d
  --name='PostgreSQL_Alpine'
  --net='dinopark'
  --pids-limit 2048
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="FossilTower"
  -e HOST_CONTAINERNAME="PostgreSQL_Alpine"
  -e 'POSTGRES_DB'='postgres'
  -e 'POSTGRES_USER'='postgres'
  -e 'POSTGRES_PASSWORD'='postgres'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.icon='postgresql.png'
  -p '5432:5432/tcp'
  -v '/mnt/user/appdata/postgresql_alpine':'/var/lib/postgresql/data':'rw'
  --user=99:100
  --memory=2G
  --restart=unless-stopped 'postgres:alpine'

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
78493e6f64fb7919b98a4349bdc5ee164b1f762653aa8a0db2a50188bd39c0ad
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/mnt/user/appdata/postgresql_alpine" to rootfs at "/var/lib/postgresql/data": change mount propagation through procfd: open o_path procfd: open /var/lib/docker/btrfs/subvolumes/93598d4db74bc40f1c319adf4ada747e78f880d725d690e63d36c8c4cb73c9e5/var/lib/postgresql/data: no such file or directory: unknown.

The command failed.


fossiltower-diagnostics-20251028-1727.zip

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.