https://github.com/danielcristho/docker-base
https://github.com/danielcristho/docker-base
docker docker-image
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielcristho/docker-base
- Owner: danielcristho
- License: gpl-3.0
- Created: 2023-09-23T05:52:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T16:07:19.000Z (over 2 years ago)
- Last Synced: 2025-03-24T23:35:46.682Z (over 1 year ago)
- Topics: docker, docker-image
- Language: Dockerfile
- Homepage: https://hub.docker.com/u/danielcristh0
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Base

Build Docker Image to Run on Multiple Platforms.
## How to use
Pull from [Dockerhub](https://hub.docker.com/repositories/danielcristh0).
```bash
docker pull danielcristh0/base-os:tagname
```
Build locally using buildx.
```bash
git clone https://github.com/danielcristho/docker-base.git && cd docker-base
cd
docker buildx create --use --name
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8,linux/arm64/v8
```