Difference between revisions of "PVE LXC Containers"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
So far, LXC containers are just like regular Linux (for the most part...) & the same procedures apply when building. | So far, LXC containers are just like regular Linux (for the most part...) & the same procedures apply when building. | ||
= Building a Container = | |||
== Templates == | |||
== Creating the Container == | |||
= Stumbling Blocks = | = Stumbling Blocks = |
Revision as of 20:53, 9 April 2023
Note: I am just beginning to learn the ins & outs of LXC containers.
So far, LXC containers are just like regular Linux (for the most part...) & the same procedures apply when building.
Building a Container
Templates
Creating the Container
Stumbling Blocks
Standard LXC containers built upon Debian seem to block non-root users from using ping...
ping: socket: Operation not permitted
Solution #3 seems most appropriate...
sudo chmod u+s /usr/bin/ping