docker
9 tools tagged "docker".
Docker Compose Generator
Build a multi-service docker-compose.yml from a form: ports, volumes, env vars, healthchecks, and resource limits.
Open toolDockerfile Generator
Generate a single-stage Dockerfile from a language preset: WORKDIR, install steps, EXPOSE, non-root user, and CMD.
Open toolMulti-Stage Docker Builder
Generate a two-stage Dockerfile: a build stage with your toolchain and a minimal runtime stage that copies only the build output.
Open tool.dockerignore Generator
Generate a .dockerignore file from a stack preset so node_modules, .git, .env, and build artifacts never reach your build context.
Open toolDocker Swarm Stack Generator
Generate a docker stack deploy YAML with replicas, rolling update_config, placement constraints, an overlay network, and secrets.
Open toolDocker Secrets Generator
Generate a Compose/Swarm secrets block (file-based or external), a service reference, and a BuildKit --secret build snippet.
Open toolDocker Healthcheck Generator
Generate a matching Dockerfile HEALTHCHECK directive and Compose healthcheck block from a curl, script, or TCP test.
Open toolDocker OCI Labels Generator
Generate standard org.opencontainers.image.* LABEL lines plus custom labels, as both Dockerfile and Compose syntax.
Open toolOllama Docker Compose Generator
Generate a docker-compose.yml for a local Ollama service, with an optional NVIDIA GPU reservation.
Open tool