Skip to content

Instantly share code, notes, and snippets.

View jinnabaalu's full-sized avatar

Jinna Baalu jinnabaalu

View GitHub Profile
export CLUSTER_DNS=[...]
export CLUSTER_IP=[...]
ssh -i workshop.pem docker@$CLUSTER_IP
docker container run -d --name jenkins -p 8080:8080 jenkins:alpine
docker container ls # Wait until it is up and running
docker rmi $(docker images -q -f dangling=true)