From 59d46e109da99ba797330c376bef93ec05164301 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 7 Jan 2023 15:54:44 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 25f67749..c8f5b3ea 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,15 @@ This will: Voila! All the servers are now serving the app on port 80, and you're ready to put them behind a load balancer to serve live traffic. +## Stage of development + +This is alpha software. Lots of stuff is missing. Here are some of the areas we seek to improve: + +- Use of other registries than Docker Hub +- Adapterize commands to work with Podman and other container runners +- Better flow for secrets and ENV +- Possibly switching to a bin/mrsk command rather than raw rake + ## License Mrsk is released under the [MIT License](https://opensource.org/licenses/MIT).