unicef / magasin

Cloud native open-source end-to-end data / AI / ML platform
https://unicef.github.io/magasin/
Apache License 2.0
5 stars 3 forks source link

Run magsh in Windows #70

Closed merlos closed 6 months ago

merlos commented 6 months ago

magsh was not tested on windows when released for the First time.

After testing it on windows it should be something like:

docker run -ti -P -v "$env:USERPROFILE\.kube\config:/kube/config" -v "$env:USERPROFILE/.mc:/root/.mc" -v "$env:USERPROFILE/magsh:/shared" merlos/magsh:latest

Where $env:USERPROFILE will be replaced by C:\Users\currentUserName\