
To get started run: docker start -i deviation_build You can now start the Docker container, and start building Deviation. if Deviation is checked out to ~/git/deviation, would be '~/git' NOTE: the should be the directory above where Deviation is checked out. If you are a developer and have already checked out the Deviation GIT source, you can use:ĭocker create -it -v ~/devo_builds:/release -v :/git -name deviation_build deviationtx/deviation-docker If you are a user who just wants to build Deviation for your transmitter:ĭocker create -it -v ~/devo_builds:/release -name deviation_build deviationtx/deviation-docker Now it is time to create the Docker container. Next you will want to create a directory on your PC where the built firmware can be placed. All of the following commands will be run inside that window.įirst, you need to download the Deviation build environment. For Windows users, you should run the 'Docker Quickstart Terminal'.
