#command to build the docker image docker image build -t my-bash . #run the container docker run --rm my-bash