Add gocage destroy command, v0.35
This commit is contained in:
parent
925c3dd96b
commit
9e057ed1c5
@ -1,3 +1,4 @@
|
|||||||
v.0.33b : Support jailing datasets on differents pools : jail_zfs_dataset now have to include the pool name
|
v.0.33b : Support jailing datasets on differents pools : jail_zfs_dataset now have to include the pool name
|
||||||
v.0.33c : Parallelize start/stop of jails with same priority
|
v.0.33c : Parallelize start/stop of jails with same priority
|
||||||
v.0.34 : jail name can be shortened
|
v.0.34 : jail name can be shortened
|
||||||
|
v.0.35 : One can now "gocage destroy"
|
||||||
|
@ -132,6 +132,11 @@ To update jail patch version, use gocage update :
|
|||||||
`gocage update test`
|
`gocage update test`
|
||||||
|
|
||||||
|
|
||||||
|
Delete jails
|
||||||
|
----------
|
||||||
|
`gocage destroy test`
|
||||||
|
|
||||||
|
|
||||||
Multi datastore
|
Multi datastore
|
||||||
----------
|
----------
|
||||||
A datastore is a ZFS dataset mounted. It should be declared in gocage.conf.yml, specifying its ZFS mountpoint :
|
A datastore is a ZFS dataset mounted. It should be declared in gocage.conf.yml, specifying its ZFS mountpoint :
|
||||||
@ -214,6 +219,5 @@ TODO
|
|||||||
----------
|
----------
|
||||||
gocage upgrade
|
gocage upgrade
|
||||||
gocage create
|
gocage create
|
||||||
gocage destroy
|
|
||||||
gocage init
|
gocage init
|
||||||
create default pool with defaults.json
|
create default pool with defaults.json
|
||||||
|
Loading…
Reference in New Issue
Block a user