coreos-nvidia icon indicating copy to clipboard operation
coreos-nvidia copied to clipboard

Failed To Register Machine

Open dbs4261 opened this issue 8 years ago • 0 comments

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?

dbs4261 avatar Jul 03 '17 16:07 dbs4261