Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielcristho/docker-base
https://github.com/danielcristho/docker-base
Last synced: 24 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T08:32:19.000Z (over 1 year ago)
- Last Synced: 2023-09-25T08:38:03.440Z (over 1 year ago)
- Language: Dockerfile
- Size: 19.5 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
![Push to DockerHub](https://github.com/danielcristho/docker-base/actions/workflows/push-to-dockerhub.yml/badge.svg)
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
```