Category: Docker, containerization, github

I won’t be going over what Stencil CLI, Docker, or containers are in this post — I’ll assume you’re already familiar with the basic concepts. However, if this is something you’re approaching for the first time, I’ve included some primers to get you started in the Wrapping Up section section at the end. [...] Here’s the dockerfile I use to build a basic Node.js and Stencil CLI image: I’ve pushed this dockerfile to a repo on my GitHub — feel free to clone, fork, or copy/paste to customize to your taste. [...] The basic command for running a docker image is as follows: However, if you execute docker run docker-stencil stencil start not much will happen. [...] To do so, run the following commands: Once everything is configured, use docker run to start stencil: Pro-Tip: What is this, a Christmas present?

Related Articles