Dontopedia

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.

7 facts·3 predicates·4 sources·2 in dispute
Maturity scale raw canonical shape-checked rule-derived certified

Inbound 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)

hasInstructionHas Instruction(2)

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.

6 facts
PredicateValueRef
Rdf:typeDocker Instruction[1]
Rdf:typeDocker Instruction[3]
Rdf:typeDocker Instruction[4]
Applied inBuilder Stage[2]
Applied inRun 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.

typebeam/d3ac52d0-fb53-4564-97e0-cd24dc6b8af4
ex:DockerInstruction
appliedInbeam/4287f2b5-d9bc-4e1d-88b5-6dfe235741fe
ex:builder-stage
appliedInbeam/4287f2b5-d9bc-4e1d-88b5-6dfe235741fe
ex:run-stage
typebeam/0e171001-890c-474d-81f7-21f49e00c141
ex:DockerInstruction
directorybeam/0e171001-890c-474d-81f7-21f49e00c141
/app
typebeam/32b70a49-c581-4ef9-b8dc-ff736258cbfb
ex:DockerInstruction
labelbeam/32b70a49-c581-4ef9-b8dc-ff736258cbfb
WORKDIR instruction

References (4)

4 references
  1. ctx:claims/beam/d3ac52d0-fb53-4564-97e0-cd24dc6b8af4
    • full textbeam-chunk
      text/plain1 KBdoc:beam/d3ac52d0-fb53-4564-97e0-cd24dc6b8af4
      Show 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
  2. ctx:claims/beam/4287f2b5-d9bc-4e1d-88b5-6dfe235741fe
    • full textbeam-chunk
      text/plain1 KBdoc:beam/4287f2b5-d9bc-4e1d-88b5-6dfe235741fe
      Show 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
  3. ctx:claims/beam/0e171001-890c-474d-81f7-21f49e00c141
  4. ctx:claims/beam/32b70a49-c581-4ef9-b8dc-ff736258cbfb
    • full textbeam-chunk
      text/plain1 KBdoc:beam/32b70a49-c581-4ef9-b8dc-ff736258cbfb
      Show 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.