QuickDocker Serves some default docker containers to test installation-scripts or general configurations in docker containers setup ready for testing.
  • Dockerfile 60.7%
  • Just 34.6%
  • Shell 4.7%
Find a file
server-agent c45a35b325 wip
2026-04-08 13:05:23 +02:00
arch wip 2026-02-14 13:11:45 +01:00
debian added debian(-trixie) to the game 2026-04-05 17:21:41 +02:00
README.md wip 2026-04-08 13:05:23 +02:00

qd - QuickDocker

What is it?

This is a personal dev-environment quickly setup for different flavours including the boo project mainly for testing it, and maybe other things in the future.

flavors

how to run

  • Install dependencies:
    • Container Orchestrator: docker or podman
    • Justfile execution: just (cargo install just)
  1. Navigate to the folder/flavour you want to choose
    • just run to run the project.
    • just build to build the project.