lxc_images
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
lxc_images [2017/08/09 08:21] – created luke7858 | lxc_images [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 15: | Line 15: | ||
<sxh bash> | <sxh bash> | ||
# lxc-create -n Ubuntu-14.04LTS -t ubuntu -- -r trusty -a amd64 | # lxc-create -n Ubuntu-14.04LTS -t ubuntu -- -r trusty -a amd64 | ||
+ | </ | ||
+ | Example Ubutu 16.04 LTS: | ||
+ | <sxh bash> | ||
+ | # lxc-create -n Ubuntu-16.04LTS -t ubuntu -- -r xenial -a amd64 | ||
+ | </ | ||
+ | \\ | ||
+ | === NOTE === | ||
+ | Most of these containers are completely blank/fresh images. | ||
+ | \\ | ||
+ | These images do not have basic commands like ' | ||
+ | <sxh bash> | ||
+ | tee -a ~/.bashrc <<EOF | ||
+ | export PATH=$PATH:/ | ||
+ | EOF | ||
+ | |||
+ | source ~/.bashrc | ||
</ | </ |
lxc_images.1502266904.txt.gz · Last modified: 2024/05/23 07:26 (external edit)