Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 871 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 871 Bytes

nelson-docker

Docker official image for Nelson socket.IO client.

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

build docker

docker build -t nelson-sio-cli .

download nelson image

docker pull nelsonsoftware/nelson-sio-cli

run docker

docker run -ti nelson-sio-cli

Release on dockerhub

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


export NELSON_VERSION=1.11.0
export NELSON_VERSION_TAG=4595

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

docker push  nelsonsoftware/nelson-sio-cli:v$NELSON_VERSION
docker push  nelsonsoftware/nelson-sio-cli:latest