Commands:
make # run example (semi-automatic)
make fat-build # build the "fat" version of the image
make fat-run # run the compose file using the "fat" image
make fat-validate # send a request to the running web service
make fat-stop # stop the running web service
make slim-build-compose # turn the "fat" image into a "slim" one using docker-compose file
make slim-run # run the compose file using the "slim" image
make slim-validate # send a request to the running web service
make slim-stop # stop the running web service
make test-e2e # run the acceptance test suite
make clean # remove all artifacts created by this exampleSee also:
_docker-slim.env- example params (image name, container name,docker-slimflags, etc.)_macos/- additional.commandwrappers to make the main actions clickable on macOS.