Docker Build and Run One Command
docker run --rm -it $(docker build -q .)
Selfish Spider
docker run --rm -it $(docker build -q .)