https://github.com/luckyturtledev/docker-with-buildx
Docker image with buildx preinstalled. This is a mirror of https://gitlab.com/Lukas1818/docker-with-buildx.
https://github.com/luckyturtledev/docker-with-buildx
Last synced: 4 months ago
JSON representation
Docker image with buildx preinstalled. This is a mirror of https://gitlab.com/Lukas1818/docker-with-buildx.
- Host: GitHub
- URL: https://github.com/luckyturtledev/docker-with-buildx
- Owner: LuckyTurtleDev
- Created: 2021-04-06T19:34:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T13:14:41.000Z (over 3 years ago)
- Last Synced: 2025-04-07T04:24:18.624Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# docker image with buildx installed
To build the image, you just have to run
```bash
docker build -t docker-with-buildx .
```