nushell/docker/packaging
2019-09-19 08:16:39 +02:00
..
Dockerfile.ubuntu-bionic Base on quay.io/nushell/nu-base:latest image 2019-09-16 19:55:53 +02:00
README.md Replace command with <image-id> 2019-09-19 08:16:39 +02:00

Packaging

This directory contains docker images used for creating packages for different distribution.

How to use this docker files?

Start with:

docker build -f docker/packaging/Dockerfile.ubuntu-bionic .

after building the image please run container

docker run -d --name nushell <image-id>

and copy deb package from inside:

docker cp nushell:/nu_0.2.0-1_amd64.deb .

What should be done