Suggestion: "mrsk run" to run on local dev machine #259
Replies: 6 comments
-
You can already achieve this by spinning up virtual machines locally (for example, VirtualBox), then using the regular |
Beta Was this translation helpful? Give feedback.
-
Yes, but this is more about having a quick way of testing without the need to set up any virtual server or ssh key access. And in most use cases I believe this will only be used as a first attempt/evaluation on how to start using MRSK and to see how it works before deciding to go all-in on the tool. |
Beta Was this translation helpful? Give feedback.
-
How is this better than docker compose ? You have to have clean VM anyway for repeatable results locally vs remote so there are no big wins from this feature |
Beta Was this translation helpful? Give feedback.
-
I also agree with this feature. |
Beta Was this translation helpful? Give feedback.
-
This could be a better move, to run local before running to those expensive servers. |
Beta Was this translation helpful? Give feedback.
-
This is a very nice idea, anybody found a solution for that? |
Beta Was this translation helpful? Give feedback.
-
I would like to have something like
mrsk deploy
but for local dev machine. It could be calledmrsk run
. It should download the image from container repository and then run it on local docker with same variables as it would be when runningmrsk deploy
against servers. It should spin up Traefik and everything on localhost.The use case I'm looking for is to be able to try the image on local dev machine before deploying it to servers.
Beta Was this translation helpful? Give feedback.
All reactions