add management ideas

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-10-31 23:28:30 +01:00
parent edb0e4e105
commit 0b3c275516
1 changed files with 10 additions and 1 deletions

View File

@ -94,7 +94,7 @@ Some hints on lxc:
* Root open in the filesystem
* No network specified = all from host accessible!
## Libraries / Frameworks
## Management Libraries / Frameworks
[[!table data="""
Name | Hints
@ -102,4 +102,13 @@ Ganetti |
Libvirt |
"""]]
## Poor man's management
This sections describes typical vm management tasks, done with
easy commands.
### Creating a new (sparse) image file
dd if=/dev/zero of=<filename> bs=1 count=0 seek=<gigabytes>G
[[!tag net unix]]