-
Notifications
You must be signed in to change notification settings - Fork 0
reticulatedpines/magiclantern_docker_builder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To use this you will first need to install Docker. https://docs.docker.com/install/ I wrote this on Linux and have not tested on other OSes. In theory, it should work on Mac and Windows too. After installing Docker, use a shell in the same directory as these files and run the following commands: docker build -t ml_build . docker rm ml_build_output docker create --name ml_build_output ml_build https://github.com/reticulatedpines/magiclantern_simplified docker start --attach ml_build_output docker cp ml_build_output:/home/ml_builder/ml_build/magiclantern.zip . The "docker rm" command may give an error; this can be ignored.
About
Docker based builder for Magiclantern
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published