September 24, 2025Sep 24 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 --ttydde46c550d2566f94cc0a0d28a506da2402b278ea55e694840a69afb3a15a7e4docker: 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.```
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.