Difference between revisions of "Docker"

From PaparazziUAV
Jump to navigation Jump to search
(Created page with "There is [https://www.docker.com/ Docker] support available to easily build/test Paparazzi within a container. <code lang="sh"> cd docker make pull make bash </code> And you ...")
(No difference)

Revision as of 06:22, 14 October 2015

There is Docker support available to easily build/test Paparazzi within a container.

cd docker make pull make bash And you are in the docker paparazzi environment...