documentation review
This commit is contained in:
@@ -9,15 +9,9 @@ on a lxc container
|
||||
- security.nesting: "true"
|
||||
|
||||
```bash
|
||||
lxc config edit ${CONTAINER_NAME}
|
||||
lxc config set $CONTAINER_NAME "security.nesting" "true"
|
||||
```
|
||||
|
||||
### setup ubuntu container
|
||||
|
||||
```bash
|
||||
apt-get install --yes fuse-overlayfs
|
||||
cd ~/
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
|
||||
docker run hello-world
|
||||
docker info
|
||||
```
|
||||
Install docker with fuse fs [more information] (/kb/docker)
|
||||
|
||||
Reference in New Issue
Block a user