gentoo/vanilla/README.md

13 lines
357 B
Markdown
Raw Permalink Normal View History

2021-03-15 05:04:56 +00:00
```
2021-03-16 00:46:03 +00:00
docker run -it --rm \
2021-03-15 05:04:56 +00:00
-v $PWD/gentoo-distfiles:/var/cache/distfiles \
-v $PWD/gentoo-binpkgs:/var/cache/binpkgs \
-v $PWD/gentoo-layman:/var/lib/layman \
-v $PWD/gentoo-repos:/var/db/repos \
-v $PWD/gentoo-etc:/etc/portage \
2021-03-16 00:46:03 +00:00
gentoo-amd64:20200705T214503Z-amd64-stage3 \
/bin/bash
2021-03-15 05:04:56 +00:00
```