Add README
This commit is contained in:
parent
10fad4d093
commit
59f60749ba
21
README.md
Normal file
21
README.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# gluecontainers
|
||||||
|
|
||||||
|
Dockerbuilds and related files to set up existing container images the way I want them.
|
||||||
|
|
||||||
|
## How Build?
|
||||||
|
|
||||||
|
Use a Docker BuildKit setup, like so:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker buildx create --use --name builder1
|
||||||
|
docker buildx inspect --bootstrap
|
||||||
|
docker buildx install
|
||||||
|
```
|
||||||
|
|
||||||
|
Then build the container in question with multiple architectures:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker build --platform linux/arm,linux/arm64,linux/amd64 .
|
||||||
|
```
|
||||||
|
|
||||||
|
Optionally using something like `-t rehashedsalt/project:latest --push` to push up straight to master on Dockerhub.
|
Loading…
Reference in New Issue
Block a user