I am installing Xibo 1.8.1 on Windows 10. When running the docker program I am getting 2 errors.
Creating xibo_cms-xmr_1
ERROR: for cms-db Cannot start service cms-db: oci runtime error: container_linux.go:247: starting container process caused “process_linux.go:359: container init caused “rootfs_linux.go:54: mounting \”/C/xibo/shared/db\” to rootfs \"/var/lib/docker/overlay2/99a6f24e5599fb7f29c10eafda0f7c0d512326bcbe0ac7ee7f916a5bf52be6e7/merged\" at \"/var/lib/mysql\" caused \“stat /C/xibo/shared/db: input/output error\”""
ERROR: for cms-xmr Cannot start service cms-xmr: driver failed programming external connectivity on endpoint xibo_cms-xmr_1 (867f1db757c88e14039f9eef02abb221a980f7c7c6138afb1cb378843ed275ce): Bind for 0.0.0.0:9505 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.
Assuming Docker for Windows (rather than Docker Toolbox), the first error is because you don’t have the C: drive shared in the Docker Settings (see the Docker for Windows section of the install guide).
The second error is because you already have something running on port 9505. If you’ve moved Xibo around, then perhaps you already created a container for XMR and left it running?
docker ps will show you any running containers you may have. You can stop and remove them with docker rm -f name where name is the name of the container.
Thank you for the reply. I was using docker for windows and had already done the drive share. Since the machine was an upgraded windows 10 I figured something was messing with it in the back ground so i did a fresh install and reinstalled. Everything is working good.
One thing I would recommend on the installation manual is to mention that you need to download the cms files and extract them into the data folder of the docker folder. It took me a little while to figure that out.
Thank you again for your help I am up and running. Great tech support