Created
August 21, 2018 08:08
-
-
Save manhg/4c978221e76eee74e6e4561ba88b5edb to your computer and use it in GitHub Desktop.
systemd-nspawn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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