Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 651 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 651 Bytes

no: simple nodejs containers

no can containerize nodejs projects without needing a Dockerfile or docker installed on your system.

asciicast

Roadmap

  • no run <project_root> to containerize and run a node script via locally installed runtime such as docker or podman. done
  • no build <project_root> to containerize and save to local daemon. done
  • no publish <project_root> to containerize and publish the application image to a remote registry. tbd

Heavily inspired from ko