diff --git a/content/english/writing/podman-compose-support-in-microcks.md b/content/english/writing/podman-compose-support-in-microcks.md deleted file mode 100644 index 20a83d9..0000000 --- a/content/english/writing/podman-compose-support-in-microcks.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Using Podman Compose with Microcks: A cloud-native API mocking and testing tool" -date: 2021-02-26T00:00:00+02:00 -draft: false -opensource: -- Microcks -- Podman ---- - -While Docker is still the #1 option for software packaging and installation on the developer laptop, Podman is gaining traction. Podman advertises itself as a drop-in replacement for Docker. Just put alias docker=podman and you would be good to go, they said 😉 - -Whilst the reality is a bit more nuanced, we made the necessary adjustment to make it as simple. Today it is a pleasure to contribute back this adaptation to the Microcks community! It will allow Podman early and happy adopters - like me - to run Microcks on their laptop in the safest way. - -[Continue reading](https://microcks.io/blog/podman-compose-support/) diff --git a/content/english/writing/using-podman-compose-with-microcks-a-cloud-native-api-mocking-and-testing-tool.md b/content/english/writing/using-podman-compose-with-microcks-a-cloud-native-api-mocking-and-testing-tool.md index f30e49a..6c76514 100644 --- a/content/english/writing/using-podman-compose-with-microcks-a-cloud-native-api-mocking-and-testing-tool.md +++ b/content/english/writing/using-podman-compose-with-microcks-a-cloud-native-api-mocking-and-testing-tool.md @@ -13,4 +13,6 @@ Podman was advertised as a drop-in replacement for Docker. Advocates gave the im This article discusses the barriers to getting Microcks to work with Podman and the design decisions we made to get around them. It includes a brief example of using Podman in rootless mode with Microcks. -[Continue reading](https://developers.redhat.com/blog/2021/04/22/using-podman-compose-with-microcks-a-cloud-native-api-mocking-and-testing-tool/) +[Continue reading on developers.redhat.com](https://developers.redhat.com/blog/2021/04/22/using-podman-compose-with-microcks-a-cloud-native-api-mocking-and-testing-tool/) + +[Continue reading on microcks.io](https://microcks.io/blog/podman-compose-support/)