super simple ruby docker hello world
export PORT=8080docker build -t ruby-sample .ID=$(docker run -e "PORT=$PORT" -p $PORT:$PORT -d ruby-sample)open "http://$(docker-machine ip):$PORT"docker logs $IDdocker stop $IDdocker rm $IDContent type
Image
Digest
Size
290.1 MB
Last updated
almost 9 years ago
docker pull jamchri011394/ruby-hello