Tag: npm

How to install and use Puppeteer in an Incus container

Incus is a manager for virtual machines and system containers. A virtual machine is an instance of an operating system that runs on a computer, along with the main operating system. A virtual machine uses hardware virtualization features for the separation from the main operating system. A system container is an instance of an operating …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-install-and-use-puppeteer-in-an-incus-container/

How to install a Node.js app in a LXD container

Update #1: Added working screenshot and some instructions. Update #2: Added instructions on how to get the app to autostart through systemd. Installing a Node.js app on your desktop Linux computer is a messy affair, since you need to add a new repository and install lots of additional packages. The alternative to messing up your …

Continue reading

Permanent link to this article: https://blog.simos.info/how-to-install-a-node-js-app-in-a-lxd-container/