6 lines
No EOL
121 B
Makefile
6 lines
No EOL
121 B
Makefile
buildc:
|
|
nix build .#container
|
|
|
|
runc:
|
|
podman load < result
|
|
podman run -it --rm -p8555:8555 localhost/noe/plapkit:latest
|