|
|
|
@ -17,11 +17,11 @@ serve as inspiration for modifications to suit more complicated needs.
|
|
|
|
|
|
|
|
|
|
### Building
|
|
|
|
|
|
|
|
|
|
Using `podman` since I do not have `docker` itself installed (nor will I, ever):
|
|
|
|
|
Using `podman` since I do not have `docker` itself installed:
|
|
|
|
|
```
|
|
|
|
|
# Assuming you have cloned this repository and are in the repo
|
|
|
|
|
$ cd docker
|
|
|
|
|
$ podman build -t crossbuild:latest -f ./Dockerfile
|
|
|
|
|
$ podman build -t crossbuild:dev -f ./Dockerfile
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Use
|
|
|
|
|