examples
examples copied to clipboard
Minified application examples with different languages and stacks for DockerSlim
https://github.com/docker-slim/examples/tree/master/aws-node-express-api-docker response output: > ``` > POST /stuff > {"statusCode":400,"headers":{"x-powered-by":"Express","content-security-policy":"default-src 'none'","x-content-type-options":"nosniff","content-type":"text/html; charset=utf-8","content-length":"138"},"isBase64Encoded":false,"body":"\n\n\n\nError\n\n\nBad Request\n\n\n"} > ``` server log output: > ``` > > START RequestId: 4d989d5b-39c2-41c8-8c2c-bde5e412e71d Version: $LATEST > at read...
A few 3rdparty examples have miscellaneous bugs in image names and dependencies that prevent the sample scripts from running properly. This PR fixes: - Extra hyphens in the django codeship...
Signed-off-by: Gábor Lipták
I have build an image using this repo ,and then try to docker-slim build the image, but I get below error `docker-slim build --target dslimexamples/java-dropwizard-standard:latest --tag dslimexamples/java-dropwizard-standard:slim` `time="2022-10-02T22:57:15-04:00" level=fatal msg="docker-slim:...
I am attempting to get docker to slim down my github actions runner. When the GitHub actions runs it runs this code: while :; do cp -f "$DIR"/run-helper.sh.template "$DIR"/run-helper.sh "$DIR"/run-helper.sh...
The link (https://dockersl.im/) on the repository overview page appears to be invalid and potentially risky.