run cports in docker. mirrors to https://github.com/jabuxas/cports-docker
Go to file
2024-09-06 11:41:37 -03:00
.github/workflows ops: add docker deploy image 2024-09-06 11:41:37 -03:00
.gitignore chore: add gitignore 2024-09-02 11:36:51 -03:00
docker-compose.yml feat: add working docker files 2024-09-02 11:38:10 -03:00
Dockerfile feat: add all repos 2024-09-06 10:18:18 -03:00
generate_config.sh feat: add working docker files 2024-09-02 11:38:10 -03:00
LICENSE chore: init 2024-09-02 09:55:54 -03:00
README.md docs: add warning on fd size 2024-09-02 14:16:42 -03:00

cports-docker

Run cports and build pkgs inside chimera docker image.

how?

  • run generate_config.sh to set your repo directory correctly
  • then run:
docker compose run --build --rm cports
  • your cports repo will be in /cports, just do setup normally after that
  • make sure you have sane ulimits -n, docker for some reason is setting it as 1073741816 lately, and that makes builds take minutes.