#!/bin/bash echo "Starting background shell, this container doesn't do anything on its own." echo "You can connect to it using: docker exec -it bash" sleep infinity