You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am running an UnRaid server V 6.11.05 and I have pulled the container with the following configuration.
docker run -d --name='toaster-kirkstone' --net='proxynet' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="ML350e" -e HOST_CONTAINERNAME="toaster-kirkstone" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:18000]' -p '18000:8000/tcp' -v '/mnt/user/Toaster/':'/workdir':'rw' 'crops/toaster-kirkstone'
It is created ok, and when I start it gives me the correct screen (the one at the bottom of the README.md) but it seems to stop after that and I can't connect to the CLI or the web page.
Any idea of what I might be doing wrong?
Thanks,
James
The text was updated successfully, but these errors were encountered:
Hello,
I am running an UnRaid server V 6.11.05 and I have pulled the container with the following configuration.
docker run -d --name='toaster-kirkstone' --net='proxynet' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="ML350e" -e HOST_CONTAINERNAME="toaster-kirkstone" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:18000]' -p '18000:8000/tcp' -v '/mnt/user/Toaster/':'/workdir':'rw' 'crops/toaster-kirkstone'
It is created ok, and when I start it gives me the correct screen (the one at the bottom of the README.md) but it seems to stop after that and I can't connect to the CLI or the web page.
Any idea of what I might be doing wrong?
Thanks,
James
The text was updated successfully, but these errors were encountered: