.dockerignore Generator
Pick your stack and get a merged .dockerignore - a missing one silently bloats every build's context, not just the image.
Stack & meta files to exclude
# Generated with ArchSetu - https://www.archsetu.com/tools/dockerignore-generator # A missing .dockerignore sends these directories to the Docker daemon as # build context on every build, even though nothing in them ends up in the # image - it's a build-speed problem, not just a cleanliness one. .git .gitignore .dockerignore **/.DS_Store *.md .vscode/ .idea/ node_modules/ npm-debug.log* .npm dist/ build/ coverage/ .env .env.local Dockerfile* docker-compose*.yml .github/ .gitlab-ci.yml .circleci/ .travis.yml
Was this tool helpful?
See this same kind of analysis applied to your whole repository
Call graphs, dead code, blast radius, and a health score. Results in 60 seconds, free.
Related tools
See all Docker tools →Dockerfile Layer-Size Estimator/Linter
Static lint for common Dockerfile anti-patterns.
Docker Multi-Stage Build Analyzer
Paste a Dockerfile - see if it is multi-stage and whether splitting build tooling out would help.
Docker HEALTHCHECK Generator
HTTP, TCP, or custom command to a valid Dockerfile HEALTHCHECK instruction.
Docker Compose Generator
Pick common services, get a valid docker-compose.yml with dependencies.
Runs entirely in your browser. Nothing is stored. Free forever.
