mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-02-06 01:55:29 -05:00
![Matthew Mets](/assets/img/avatar_default.png)
This brings it back to 2.2GB: docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE key1 latest 7456feccd2fd Less than a second ago 2.22GB
6 lines
133 B
Makefile
6 lines
133 B
Makefile
build:
|
|
docker build -t key1 .
|
|
|
|
run:
|
|
docker run --mount type=bind,source="`pwd`/../",target=/build -w /build -it key1 /usr/bin/bash
|