/nelson-docker

Docker image for Nelson

Primary LanguageDockerfileGNU General Public License v2.0GPL-2.0

nelson-docker

Docker official image for Nelson.

See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

snap with graphical interface can be installed with:

sudo snap install nelson

build docker

docker build -t nelson .

download nelson image

docker pull nelsonsoftware/nelson

run docker

docker run -ti nelsonsoftware/nelson

Release on dockerhub

docker rmi $(docker images -q) -f
docker system prune -a

export NELSON_VERSION=1.7.0
docker build -t nelsonsoftware/nelson:latest -t nelsonsoftware/nelson:v$NELSON_VERSION .
docker push  nelsonsoftware/nelson:v$NELSON_VERSION
docker push  nelsonsoftware/nelson:latest