Last active
December 28, 2020 10:48
-
-
Save misterebs/3de20ade43be7d96d6c3ab8b66d2215f to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
wget https://sourceforge.net/projects/lemp1804/files/a7a99fdad6859a552c474fbca7d8e01a0655f46e8cc375998d40bbab43bdb047.tar.gz | |
lxc image import a7a99fdad6859a552c474fbca7d8e01a0655f46e8cc375998d40bbab43bdb047.tar.gz --alias=lemp1804 | |
lxc launch lemp1804 mycontainer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment