Skip to content

Commit

Permalink
Nested containerization.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Aug 18, 2024
1 parent 69c5e90 commit bb80da9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/gel/lxc.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ lxc.start.auto = 1
lxc.start.delay = 4 # In seconds
```

#### Enable nested containerization
In the container config, have the following lines.

```ini
# Allow nested containerization
lxc.include = /usr/share/lxc/config/nesting.conf
```

#### Enable FUSE
In the container config, have the following lines.

Expand Down

0 comments on commit bb80da9

Please sign in to comment.