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 ...")
 
m
Line 1: Line 1:
There is [https://www.docker.com/ Docker] support available to easily build/test Paparazzi within a container.
There is [https://www.docker.com/ Docker] support available to easily build/test Paparazzi within a container.


<code lang="sh">
<source lang="bash">
cd docker
cd docker
make pull
make pull
make bash
make bash
</code>
</source>
And you are in the docker paparazzi environment...
And you are in the docker paparazzi environment...
See also https://github.com/paparazzi/paparazzi/pull/1272


[[Category:Testing]] [[Category:Software]]
[[Category:Testing]] [[Category:Software]]

Revision as of 06:25, 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...

See also https://github.com/paparazzi/paparazzi/pull/1272