Skip to content

Dockerfile for Mojo native performance in Windows

Notifications You must be signed in to change notification settings

javi22020/MojoDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MojoDocker

Dockerfile for Mojo native performance in Windows

Start guide

Run this command to build the Docker image:

docker build -t mojo-virtual .

Run this second command to run it:

docker run -it mojo-virtual

After doing this, you can open Visual Studio Code and connect to the running container by clicking the blue button labeled "><" in the lower left corner of the window and selecting "Attach to running container".
By the way, also remember to install Mojo official extension both in the host and in the container for code prediction and syntax highlighting.

About

Dockerfile for Mojo native performance in Windows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published