(Solved) Fresh install on ubunto 18.04 canr run docker

Trying to do a fresh setup using Ubuntu 18.04 using the recomended guide but when I try to bring up the container I am getting an error

root@cms:/opt/xibo# docker-compose up
Removing xibo_cms-db_1
Removing xibo_cms-xmr_1
Removing xibo_cms-quickchart_1
Recreating 08d1e77a1445_xibo_cms-xmr_1 … error
Recreating 2c24b35a4b24_xibo_cms-db_1 …
Recreating 6eb7836d1d9b_xibo_cms-quickchart_1 …

ERROR: for 08d1e77a1445_xibo_cms-xmr_1 Cannot start service cms-xmr: OCI runtime create failed: container_linux.go:349: starting container process caused “process_linux.go:449: container init caused “rootfs_linux.go:58: mounting \“pRecreating 2c24b35a4b24_xibo_cms-db_1 … error\” at \”/proc\” caused \“permission denied\”"": unknown

ERROR: for 2c24b35a4b24_xibo_cms-db_1 Cannot start service cms-db: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused “rootfs_linux.go:58: mounting \“proc\” to rootfs \”/var/lib/docker/overlay2/1b610c08823be08c4c6c1b6b7775e90042a7750641bdcf41c9a49736f10fddb4/merged\Recreating 6eb7836d1d9b_xibo_cms-quickchart_1 … error

ERROR: for 6eb7836d1d9b_xibo_cms-quickchart_1 Cannot start service cms-quickchart: OCI runtime create failed: container_linux.go:349: starting container process caused “process_linux.go:449: container init caused “rootfs_linux.go:58: mounting \“proc\” to rootfs \”/var/lib/docker/overlay2/b6041c29510ec82cc13a13e5b8352289e858c2110c68aefd4d2cb879ce697c3e/merged\” at \"/proc\" caused \“permission denied\”"": unknown

ERROR: for cms-xmr Cannot start service cms-xmr: OCI runtime create failed: container_linux.go:349: starting container process caused “process_linux.go:449: container init caused “rootfs_linux.go:58: mounting \“proc\” to rootfs \”/var/lib/docker/overlay2/8b84d0c9c8e987f7edad5919a6b34bf79a7e09ab873f48321491acfa5e613e4e/merged\” at \"/proc\" caused \“permission denied\”"": unknown

ERROR: for cms-db Cannot start service cms-db: OCI runtime create failed: container_linux.go:349: starting container process caused “process_linux.go:449: container init caused “rootfs_linux.go:58: mounting \“proc\” to rootfs \”/var/lib/docker/overlay2/1b610c08823be08c4c6c1b6b7775e90042a7750641bdcf41c9a49736f10fddb4/merged\” at \"/proc\" caused \“permission denied\”"": unknown

ERROR: for cms-quickchart Cannot start service cms-quickchart: OCI runtime create failed: container_linux.go:349: starting container process caused “process_linux.go:449: container init caused “rootfs_linux.go:58: mounting \“proc\” to rootfs \”/var/lib/docker/overlay2/b6041c29510ec82cc13a13e5b8352289e858c2110c68aefd4d2cb879ce697c3e/merged\” at \"/proc\" caused \“permission denied\”"": unknown
ERROR: Encountered errors while bringing up the project.

any suggestions?

Seems this was not a problem with either xibo or Docker. I was installing this on a VPs using proxmox and I had left the the unrivialaged container ticked.