Skip to content

agebhar1/jspodman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jsPodman

Use Podman via APIv2 and Javascript. The new API was announced on this blog post.

State: start experimental

Start Podman API service (no timeout), process stays in foreground:

$ podman system service --time 0

Start a container, eg.

$ podman run --rm --detach --name my-container alpine sh -c 'while [ 1 ] ; do sleep 1; date ; done'

Follow logs of (this) container via APIv2 and Javascript:

$ node main.js my-container

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published