Skip to content

Instantly share code, notes, and snippets.

@manhg
Created August 21, 2018 08:08
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 manhg/4c978221e76eee74e6e4561ba88b5edb to your computer and use it in GitHub Desktop.
Save manhg/4c978221e76eee74e6e4561ba88b5edb to your computer and use it in GitHub Desktop.
systemd-nspawn
machinectl pull-tar https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.tar.gz bionic
systemd-nspawn -M bionic
# Centos
machinectl pull-raw --verify=no https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.raw.tar.gz centos7
systemd-nspawn -M centos7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment