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.

Advanced button for docker adding via commands

Featured Replies


Would be cool to have a button that lets one enter docker commands for new containers rather than manually doing it all and having to click add path / port etc.
Similar to how you can use code for VMs.

Docker compose does exist but again its GUI into unraid is horrible.

Maybe I need something else.

I just want to be able to copy and past code in for new containers I'm working on and then manage them in the docker GUI.


```
Command executiondocker run
  -d
  --name='alpine'
  --net='bridge'
  --pids-limit 2048
  -e TZ="Europe/London"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Moulin-rouge"
  -e HOST_CONTAINERNAME="alpine"
  -l net.unraid.docker.managed=dockerman
  -p '2222:22/tcp'
  -v '/mnt/luna/appdata/alpine/':'/data':'rw'
  -v '/mnt/luna/appdata/alpine/':'/etc/ssh/':'rw' 'alpine' /bin/bash
  -c "tail
  -f /dev/null"
  --interactive
  --tty

dde46c550d2566f94cc0a0d28a506da2402b278ea55e694840a69afb3a15a7e4
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: exec: "/bin/bash": stat /bin/bash: no such file or directory: unknown.
```

Screenshot 2025-09-24 at 20.44.58.png

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.