Entrypoints and custom commands

Changes to the examples

Commands

docker-compose run nginx
docker-compose run nginx echo 1
docker-compose build
docker-compose run nginx echo 1
docker-compose run nginx nginx -t
docker-compose build
docker-compose up

Entrypoints

Command line containers