Skip to content

ysheng26/muos-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

MustardOS development environment

To build the docker image

docker build --platform linux/amd64 -t muos-developer:latest .

To use the docker image to do development

# Assume that you are in MustardOS/frontend

docker run --platform linux/amd64 -v .:/workspace --rm -it muos-developer:latest /bin/bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published