Skip to content

A Dockerfile for creating an NetBurner Development Kit installation

License

Notifications You must be signed in to change notification settings

NetBurner/nburn-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

nburn-docker

A Dockerfile for creating an NetBurner Development Kit installation. It includes all utilities required to build and run any app, or your own file.

This Dockerfile has been tested and verified in all post 3.3.8 releases of the NNDK.

Usage

When building the docker image, you must specific a local location of a Linux install file. This file can be downloaded from NetBurner Support. You will also need to specify your development kit serial number.

Build:

docker build --build-arg NNDK_INSTALLER=NNDK-3.3.8-installer.run --build-arg SERIAL_NUMBER=EXAMPLE:123123123 -t nburn3:latest .

Run:

docker run -it --rm nburn3:latest

When you enter the nburn container, be sure to set your device platform and ip address:
export DEVIP=192.168.1.2

export PLATFORM=MOD5441X

About

A Dockerfile for creating an NetBurner Development Kit installation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published