node:14
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-07.)
node:14 has 5 facts recorded in Dontopedia across 2 references, with 1 live disagreement.
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (2)
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.
hasBaseImageHas Base Image(1)
- Dockerfile
ex:dockerfile
pointsToNodePoints to Node(1)
- Imagination Menu Item
ex:imagination-menu-item
Other facts (4)
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 Image | [1] |
| Rdf:type | Software Version | [2] |
| Major Version | 14 | [1] |
| Is Variant of | Node Runtime | [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/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…
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.