mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-12-11 06:45:46 -05:00
Let podman/docker remove containers after running
This commit is contained in:
parent
f020495695
commit
b184c0a94d
1 changed files with 3 additions and 3 deletions
|
|
@ -10,13 +10,13 @@ build:
|
|||
docker build -t tkey-builder .
|
||||
|
||||
run:
|
||||
docker run --mount type=bind,source="`pwd`/../",target=/build -w /build -it tkey-builder /usr/bin/bash
|
||||
docker run --rm --mount type=bind,source="`pwd`/../",target=/build -w /build -it tkey-builder /usr/bin/bash
|
||||
|
||||
podman-build:
|
||||
podman build -t tkey-builder .
|
||||
|
||||
podman-run:
|
||||
podman run --mount type=bind,source="`pwd`/../",target=/build -w /build -it tkey-builder /usr/bin/bash
|
||||
podman run --rm --mount type=bind,source="`pwd`/../",target=/build -w /build -it tkey-builder /usr/bin/bash
|
||||
|
||||
podman-run-make:
|
||||
podman run --mount type=bind,source="`pwd`/../hw/application_fpga",target=/build -w /build -it tkey-builder make
|
||||
podman run --rm --mount type=bind,source="`pwd`/../hw/application_fpga",target=/build -w /build -it tkey-builder make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue