Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Build or Pull the NDSDEV image:

The easiest way to get started is to simply pull the NDSDEV image from Docker Hub:

docker pull ndslabs/ndsdev:latest

You should then be able to run the image as below.

Can't Pull? Build from Source Instead!

Execute the following command at the project root to build up the ndsdev image from source:

. ./devtools/ndsdev/ndsdevctl build

...

Run or remove a container from the NDSDEV image:

You Whether you simply pulled or built it yourself, should then be able to run this image using:

...

. ./devtools/ndsdev/ndsdevctl restart

 

Tips and Tricks

Leave container running, but temporarily exit its shell (requires docker run with -t flag):

CTRL+P, CTRL+Q, CTRL+C

Leave and stop the container:

...