DEV Community

Discussion on: How To Build a Node.js Application with Docker [Quickstart]

Collapse
 
gergelypolonkai profile image
Gergely Polonkai

If you can install podman, you no longer need a sudo account as podman can work without root access. It works just like docker, using the very same parameters. You can even alias docker=podman.

Also, why creating package.json by hand? npm init can create it for you so you wonʼt suffer from possible typos.