no can containerize nodejs projects without needing a Dockerfile or docker installed on your system.
no run <project_root>to containerize and run a node script via locally installed runtime such asdockerorpodman.doneno build <project_root>to containerize and save to local daemon.doneno publish <project_root>to containerize and publish the application image to a remote registry.tbd