nix: make docker work!!!!!
This commit is contained in:
parent
b1d988671c
commit
03e38f566d
7 changed files with 24 additions and 28 deletions
6
justfile
Normal file
6
justfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
buildc:
|
||||
nix build .#container
|
||||
|
||||
runc:
|
||||
podman load < result
|
||||
podman run -it --rm -p8555:8555 localhost/noe/plapkit:latest
|
Loading…
Add table
Add a link
Reference in a new issue