theres any oficial image to run mojo code or dockerfile?
theres any oficial image to run mojo code or dockerfile?
2 Replies
You can start with an Ubuntu VM and follow Ubuntu installation instructions, it is few lines so pretty straightforward
There's an example here in the official repo, this one is with a Jupyter Notebook though I think:
I have a simplified working Dockerfile and a simple docker-compose example here, you might need to tweak a couple lines though (e.g. to not expose the 8080 port): https://github.com/saviorand/lightbug_http/tree/main/docker