NNDK in docker

Discussion to talk about software related topics only.
Post Reply
User avatar
Forrest
Posts: 283
Joined: Wed Apr 23, 2008 10:05 am

NNDK in docker

Post by Forrest »

We use Docker extensively in testing our releases. I posted the Dockerfile that we use to test the NNDK so that others may use it as well. Its up on GitHub.

The Dockerfile builds into a Linux installation of the NNDK with all required Linux utilities installed. If you are doing more then just testing examples, you may want to mount a local workspace into the container if you are trying to build your own applications.

https://github.com/NetBurner/nburn-docker
zealott
Posts: 40
Joined: Thu Oct 30, 2008 1:15 am

Re: NNDK in docker

Post by zealott »

Nice, thanks!
Post Reply