From b8ea610b6f04ca8f9518801a60168f5435e657dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 7 Jun 2023 11:20:13 +0200 Subject: ons 7 jun 2023 11:20:11 CEST --- Concourse.wiki | 6 ++++++ Podman.wiki | 1 + index.wiki | 2 ++ 3 files changed, 9 insertions(+) create mode 100644 Concourse.wiki create mode 100644 Podman.wiki diff --git a/Concourse.wiki b/Concourse.wiki new file mode 100644 index 0000000..fe921cc --- /dev/null +++ b/Concourse.wiki @@ -0,0 +1,6 @@ +{{{sh +fly validate-pipeline -c $pipeline.yaml + +fly -t docker set-pipeline -p $pipeline -c $pipeline.yaml +fly -t docker unpause-pipeline -p $pipeline +}}} diff --git a/Podman.wiki b/Podman.wiki new file mode 100644 index 0000000..19979d2 --- /dev/null +++ b/Podman.wiki @@ -0,0 +1 @@ +podman run --mount type=bind,src=.,dst=/workdir localhost/muppet:latest make check diff --git a/index.wiki b/index.wiki index 9dd0598..10f8be6 100644 --- a/index.wiki +++ b/index.wiki @@ -44,6 +44,8 @@ - [[systemd]] - [[yum]] - [[wireshark]] +- [[Concourse]] (fly) +- [[Podman]] == Projekt == - [[Adafruit]] -- cgit v1.2.3