Skip to content

thesayyn/no

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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