base-dev/README.md
2023-04-18 11:30:56 +08:00

10 lines
316 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```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`