10 lines
316 B
Markdown
10 lines
316 B
Markdown
|
|
|||
|
```shell
|
|||
|
# run all dev containers. base build on alpine:latest, and super build on alpine:edge
|
|||
|
❯ dp --profile super up -d --build
|
|||
|
```
|
|||
|
|
|||
|
|
|||
|
learn about [principle](https://github.com/justincormack/nsenter1)
|
|||
|
|
|||
|
run super container by `docker run -it --rm --privileged --pid=host alpine:edge nsenter -t 1 -m -u -n -i zsh`
|