coreos-nvidia
coreos-nvidia copied to clipboard
Failed To Register Machine
Im struggling to set up systemd-nspawn to work correctly. Failed to register machine: Start job for unit machine-coreos_developer_container.bin.1409.5.0.scope failed with 'failed' Failed to create directory /tmp/nspawn-root-Cs8uub/sys/fs/selinux: Read-only file system Failed to create directory /tmp/nspawn-root-Cs8uub/sys/fs/selinux: Read-only file system
Im running the scripts in a privileged docker container. I have mapped /dev and /var/run into the container. Dockerfile as follows. FROM ubuntu:xenial-20170510
RUN apt-get update && apt-get -y install sudo git curl bzip2 systemd-container grep rpm
CMD /bin/bash
How do I get through this and get the drivers to build?