diff --git a/en/blog/replacing-docker-compose.md b/en/blog/replacing-docker-compose.md index 8e670c30..8b76a12e 100644 --- a/en/blog/replacing-docker-compose.md +++ b/en/blog/replacing-docker-compose.md @@ -2,7 +2,7 @@ author: shivaraj date: 2023-03-05 page: - image: blog/replacing-docker-compose/ny-services-flake.png + image: blog/replacing-docker-compose/docker-to-nix.png --- # Replacing docker-compose with Nix for development @@ -14,6 +14,8 @@ This, along with the fact that we can provide one command to do more than just r > [!note] Nammayatri > [NY](https://nammayatri.in) is an open-source auto rickshaw booking platform, based in India. +![[docker-to-nix.png]] + [^native-macos]: The high resource consumption is due to docker running the containers on a VM, there is an [initiative to run containers natively on macOS](https://github.com/macOScontainers/homebrew-formula), but it is still in alpha and [requires a lot of additional steps](https://github.com/macOScontainers/homebrew-formula?tab=readme-ov-file#installation) to setup. One such step is [disabling SIP](https://developer.apple.com/documentation/security/disabling_and_enabling_system_integrity_protection#3599244), which a lot of company monitored devices might not be allowed to do. {#what-does-it-take} diff --git a/global/blog/replacing-docker-compose/docker-to-nix.png b/global/blog/replacing-docker-compose/docker-to-nix.png new file mode 100644 index 00000000..a5546f1b Binary files /dev/null and b/global/blog/replacing-docker-compose/docker-to-nix.png differ