Skip to content

nelson-lang/nelson-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.10.0
export NELSON_VERSION_TAG=4516

docker build --build-arg NELSON_VERSION=$NELSON_VERSION --build-arg NELSON_VERSION_TAG=$NELSON_VERSION_TAG -t nelsonsoftware/nelson:latest -t nelsonsoftware/nelson:v$NELSON_VERSION .

docker push  nelsonsoftware/nelson:v$NELSON_VERSION
docker push  nelsonsoftware/nelson:latest