diskomo

Members
  • Posts

    1
  • Joined

  • Last visited

diskomo's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hello! attempting to get this up and running - I copied/added the xml and void files as specified, but still am getting the following error when trying to spin up the container: docker run -d --name='Icecast' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Diskomo" -e HOST_CONTAINERNAME="Icecast" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8000]/' -l net.unraid.docker.icon='https://rockhost.com/wp-content/uploads/2018/11/icecast-server-hosting-cdn.jpg' -v '/mnt/user/appdata/icecast/icecast.xml':'/etc/icecast.xml':'rw' -v '/mnt/user/appdata/icecast/void.mp3':'/usr/share/icecast/web/void.mp3':'rw' 'infiniteproject/icecast' b5559797266c7dcd9a91f9ea8933b71fed4968ea8323ef34004e15251a3d1f5c 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/icecast/icecast.xml" to rootfs at "/etc/icecast.xml": mount /mnt/user/appdata/icecast/icecast.xml:/etc/icecast.xml (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type. The command failed. any way to fix?