IBM / ibmichroot

A set of scripts to facilitate the use of chroot-based containers for IBM i
MIT License
22 stars 10 forks source link

How to remove chroot container - documentation #65

Closed ToshBimbra closed 4 years ago

ToshBimbra commented 4 years ago

Creating a chroot container in IBM i IFS is well documented, but I am not seeing any steps to remove the chroot container. Is it a simple matter of doing recursive remove of the files and directories under /QOpenSys/

abmusse commented 4 years ago

Thats right just run rm -r path_to_chroot

ToshBimbra commented 4 years ago

Thanks for the confirmation. A one line addition in chroot documentation will be ideal.