wooposex/README.txt

28 lines
866 B
Text
Raw Permalink Normal View History

2024-09-14 19:27:57 +02:00
2024-10-09 22:19:13 +02:00
wooposex - WOOdpecker comPOSe EXamples
======================================
2024-09-14 19:27:57 +02:00
2024-10-09 22:19:13 +02:00
I'm not good at finding project names.
Examples what you can do with woodpecker/docker/compose.
Exists for exploring w/d/c edge cases, compose (syntax) compliance and such things, also for fun or desperation reasons.
Everything is run in docker in docker in docker…
applies to all demos:
Show the resolved compose configuration:
docker compose [-f <scriptname>] config
When done, remove the docker daemon and leftover containers:
docker compose [-f <scriptname>] down --remove-orphans
scriptname command line
what it does (or is supposed to do)
<none> docker compose up -d
run the whoole server/agent stack on localhost
cli.yaml docker compose -f cli.yaml run --rm cli
Watch the woodpecker cli running itself in docker