MAC Docker Setup - Could someone help with it?
Hi,
I have been trying to setup a docker with Modular and it gives a lot of trouble after installing.
I'm done installing missing ones manually.
Has someone setup a docker lately? I mean very recently..
4 Replies
kindly... someone should look into this..
have the same issue with docker + modular + max engine. where you able to build docker with modular ?
Out of curiosity, I just tried this:
docker pull debian:latest
docker run -it debian:latest /bin/bash apt install curl libedit2 curl -s https://get.modular.com | sh - and it worked. The modular script misses the libedit2 install. To clarify, what worked was
docker run -it debian:latest /bin/bash apt install curl libedit2 curl -s https://get.modular.com | sh - and it worked. The modular script misses the libedit2 install. To clarify, what worked was
modular install mojo
. I did not try anything else.worked for me, thanks