27 lines
866 B
Text
27 lines
866 B
Text
|
|
wooposex - WOOdpecker comPOSe EXamples
|
|
======================================
|
|
|
|
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
|