WORKDIR instruction
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
WORKDIR instruction has 7 facts recorded in Dontopedia across 4 references, with 2 live disagreements.
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (5)
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.
containsInstructionContains Instruction(3)
- Dockerfile Cache
ex:dockerfile-cache - Dockerfile Data
ex:dockerfile-data - Dockerfile Query
ex:dockerfile-query
hasInstructionHas Instruction(2)
- Dockerfile
ex:dockerfile - Dockerfile
ex:dockerfile
Other facts (6)
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 | Docker Instruction | [1] |
| Rdf:type | Docker Instruction | [3] |
| Rdf:type | Docker Instruction | [4] |
| Applied in | Builder Stage | [2] |
| Applied in | Run Stage | [2] |
| Directory | /app | [3] |
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 (4)
ctx:claims/beam/d3ac52d0-fb53-4564-97e0-cd24dc6b8af4- full textbeam-chunktext/plain1 KB
doc:beam/d3ac52d0-fb53-4564-97e0-cd24dc6b8af4Show excerpt
Containerize your microservice using Docker. Create a `Dockerfile`: ```Dockerfile FROM node:14 WORKDIR /usr/src/app COPY package*.json ./ RUN npm install COPY . . EXPOSE 3000 CMD ["node", "app.js"] ``` Build and run the Docker cont…
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/0e171001-890c-474d-81f7-21f49e00c141ctx:claims/beam/32b70a49-c581-4ef9-b8dc-ff736258cbfb- full textbeam-chunktext/plain1 KB
doc:beam/32b70a49-c581-4ef9-b8dc-ff736258cbfbShow excerpt
can help you keep an eye on your application's performance and health. ### Example Deployment with Docker If you are using Docker, you can containerize your application and use a Docker Compose file to manage multiple instances: #### Do…
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.