Run Stage
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-07.)
Run Stage has 16 facts recorded in Dontopedia across 2 references, with 1 live disagreement.
Mostly:rdf:type(3), base image(1), work directory(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (8)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
appliedInApplied in(1)
- Workdir Instruction
ex:workdir-instruction
appliedToApplied to(1)
- Workdir Setting
ex:workdir-setting
containsStageContains Stage(1)
- Docker Multi Stage Build
ex:docker-multi-stage-build
hasStageHas Stage(1)
- Docker Multi Stage Build
ex:docker-multi-stage-build
isDistinctFromIs Distinct From(1)
- Build Stage
ex:build-stage
oppositeOfOpposite of(1)
- Build Stage
ex:build-stage
precedesPrecedes(1)
- Builder Stage
ex:builder-stage
usedByUsed by(1)
- Port 8080
ex:port-8080
Other facts (15)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Runtime Stage | [1] |
| Rdf:type | Docker Runtime Stage | [1] |
| Rdf:type | Docker Concept | [2] |
| Base Image | node:14-alpine | [1] |
| Work Directory | /app | [1] |
| Copies From Stage | Builder Stage | [1] |
| Copies Artifact | /app/dist | [1] |
| Copies Node Modules | /app/node_modules | [1] |
| Exposes Port | 8080 | [1] |
| Executes Command | node dist/main.js | [1] |
| Follows | Builder Stage | [1] |
| Consumes Artifact | /app/dist | [1] |
| Consumes Dependency | /app/node_modules | [1] |
| Used for | Application Execution | [2] |
| Has Purpose | Execution | [2] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (2)
ctx:claims/beam/4287f2b5-d9bc-4e1d-88b5-6dfe235741fe- full textbeam-chunktext/plain1 KB
doc:beam/4287f2b5-d9bc-4e1d-88b5-6dfe235741feShow excerpt
test: ["CMD-SHELL", "curl -f http://localhost:8082 || exit 1"] interval: 30s timeout: 10s retries: 5 ``` ### Example Dockerfile with Multi-Stage Builds Here's an example Dockerfile using multi-stage builds: ```doc…
ctx:claims/beam/fc3ac62b-312b-42ba-b1eb-07280dd715e1- full textbeam-chunktext/plain1 KB
doc:beam/fc3ac62b-312b-42ba-b1eb-07280dd715e1Show excerpt
- Reduce the size of your final images and improve build times. - Use a build stage to compile your application and a run stage to execute it. 3. **Minimize Layers**: - Combine multiple commands into a single `RUN` instruction. …
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.