Docker Build and Run One Command

docker run --rm -it $(docker build -q .)
Selfish Spider