Tag: Node.js
All the articles with the tag "Node.js".
Revisiting Docker Build and Run: The Dot in `docker build .` Isn't the Dockerfile Path
A post I clipped while trying to isolate a database in a container. What the dot in `docker build .` actually is, why the example Dockerfile won't run as written, and what you actually need when the thing you're containerising is a database.