Skip to content

nelson-lang/nelson-sio-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 

Repository files navigation

nelson-sio-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

docker build -t nelsonsoftware/nelson-sio-cli:latest -t nelsonsoftware/nelson-sio-cli:v1.5.0 .
docker push  nelsonsoftware/nelson-sio-cli:v1.5.0
docker push  nelsonsoftware/nelson-sio-cli:latest