Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 325 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 325 Bytes

just-js docker images and container builds

building debian docker image

make debian

building distroless docker image

make distroless

running in gvisor

docker export $(docker create hello-world) | tar -xf - -C rootfs
cp just rootfs/
runsc spec -- /just
sudo runsc run just