Skip to content

Instantly share code, notes, and snippets.

@tjdett
Created July 5, 2016 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjdett/45e1151d635168e58369eb8189d15c78 to your computer and use it in GitHub Desktop.
Save tjdett/45e1151d635168e58369eb8189d15c78 to your computer and use it in GitHub Desktop.
$ sudo `which rkt` run --interactive --dir=/dev/shm/rkt --insecure-options=image docker://fedora/systemd-systemd --set-env 'container=docker' --volume volume-sys-fs-cgroup,kind=host,source=/sys/fs/cgroup,readOnly=true
image: using image from local store for image name coreos.com/rkt/stage1-coreos:1.6.0
image: using image from local store for url docker://fedora/systemd-systemd
networking: loading networks from /etc/rkt/net.d
networking: loading network default with type ptp
Couldn't find an alternative telinit implementation to spawn.
exit 1
$ sudo `which rkt` run --interactive --dir=/dev/shm/rkt --insecure-options=image docker://fedora/systemd-systemd --set-env 'container=rkt' --volume volume-sys-fs-cgroup,kind=host,source=/sys/fs/cgroup,readOnly=true
image: using image from local store for image name coreos.com/rkt/stage1-coreos:1.6.0
image: using image from local store for url docker://fedora/systemd-systemd
networking: loading networks from /etc/rkt/net.d
networking: loading network default with type ptp
Couldn't find an alternative telinit implementation to spawn.
exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment