nia-container

A container hosts all packages from the Nia{Py, AML, Class, ARM} collection.

Build & run

Docker

The image can be built using the following command:

$ docker build --tag nia .

Run the image using

Linux $PWD

docker run -it --name nia -v "$PWD:/var/nia" nia

Windows {$PWD}

Run the image using Powershell and {$PWD} due to $PWD not being avaliable in command prompt on Windows.

docker run -it --name nia -v "{$PWD}:/var/nia" nia

Podman

The image can be built using the following command:

Run the image using

Linux $PWD

$ podman build --tag nia .

Windows ($PWD)

Run the image using Powershell and {$PWD} due to $PWD not being avaliable in command prompt on Windows.

podman run -it --name nia -v "{$PWD}:/var/nia" nia

Disclaimer

This software is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!