Skip to content

firefly-cpp/nia-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation


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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors