All Projects → multiarch → alpine

multiarch / alpine

Licence: MIT license
🌍 `alpine` Docker image for multiple architectures

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to alpine

xx
Dockerfile cross-compilation helpers
Stars: ✭ 124 (+53.09%)
Mutual labels:  alpine, cross-compiler
docker-serveo
https://serveo.net is an alternative for ngrok. taichunmin/serveo can let you secure URL to your localhost server through any NAT or firewall in Docker. And taichunmin/serveo-server can let you host your own serveo.
Stars: ✭ 91 (+12.35%)
Mutual labels:  alpine
docker-php-base
Docker Base Image with PHP 7.4
Stars: ✭ 29 (-64.2%)
Mutual labels:  alpine
php
Generic PHP docker container images
Stars: ✭ 121 (+49.38%)
Mutual labels:  alpine
varnish
Varnish docker container image
Stars: ✭ 55 (-32.1%)
Mutual labels:  alpine
docker-alpine
Minimal Alpine with working init process
Stars: ✭ 21 (-74.07%)
Mutual labels:  alpine
docker-mongodb-backup
Docker MongoDB Backup Container based on Alpine w/S6 init, Zabbix Monitoring
Stars: ✭ 27 (-66.67%)
Mutual labels:  alpine
headless-chrome-alpine
A Docker container running headless Chrome
Stars: ✭ 26 (-67.9%)
Mutual labels:  alpine
docker-dind-awscli
A Docker image for Docker-in-Docker (dind) with AWS CLI v2 awscli tool included
Stars: ✭ 36 (-55.56%)
Mutual labels:  alpine
mariadb
MariaDB docker container image
Stars: ✭ 42 (-48.15%)
Mutual labels:  alpine
CAMEL99-V2
Indirect threaded code version of CAMEL99 Forth for TI-99 computer
Stars: ✭ 16 (-80.25%)
Mutual labels:  cross-compiler
alpine-xmrig
XMRig miner in an Alpine Linux Docker image.
Stars: ✭ 35 (-56.79%)
Mutual labels:  alpine
Dockerfiles
These are Dockerfiles I've created for programs without official docker image.
Stars: ✭ 24 (-70.37%)
Mutual labels:  alpine
docker-tinc
Docker Tinc VPN Mesh server w/S6 Overlay Init, Zabbix Monitoring, and distributed configuration updating based on Alpine
Stars: ✭ 35 (-56.79%)
Mutual labels:  alpine
go-docker
Sample code and dockerfiles accompanying the blog post The Ultimate Guide to Writing Dockerfiles for Go Web-apps
Stars: ✭ 89 (+9.88%)
Mutual labels:  alpine
pi-factory
Bootstrap a bitcoin lightning box for Raspberry Pi 3 based on Alpine Linux
Stars: ✭ 17 (-79.01%)
Mutual labels:  alpine
ewxb-gcc-cross-compiler-builder
A script for building a full GCC + glibc toolchain from scratch (with Go support via gccgo) in multiple stages.
Stars: ✭ 18 (-77.78%)
Mutual labels:  cross-compiler
xen-orchestra-ce
🐳 Docker & docker-compose files to deploy Xen Orchestra Community Edition (ie: from sources)
Stars: ✭ 70 (-13.58%)
Mutual labels:  alpine
bymattlee-11ty-starter
A starter boilerplate powered by 11ty, Sanity, Gulp, Tailwind CSS, rollup.js, Alpine.js and Highway.
Stars: ✭ 27 (-66.67%)
Mutual labels:  alpine
docker-php-alpine
minimal (ish) php images in alpine
Stars: ✭ 29 (-64.2%)
Mutual labels:  alpine

🌍 alpine actions

Multiarch alpine images for Docker.

Usage

Once you need to configure binfmt-support on your Docker host. This works locally or remotely (i.e using boot2docker or swarm).

# configure binfmt-support on the Docker host (works locally or remotely, i.e: using boot2docker)
$ docker run --rm --privileged multiarch/qemu-user-static:register --reset

Then you can run an armhf image from your x86_64 Docker host.

$ docker run -it --rm multiarch/alpine:armhf-edge /bin/sh
/ # uname -a
Linux a0818570f614 4.1.13-boot2docker #1 SMP Fri Nov 20 19:05:50 UTC 2015 armv7l armv7l armv7l GNU/Linux

Or an x86_64 image from your x86_64 Docker host, directly, without qemu emulation.

$ docker run -it --rm multiarch/alpine:amd64-edge /bin/sh
/ # uname -a
Linux 27fe384370c9 4.1.13-boot2docker #1 SMP Fri Nov 20 19:05:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

It also works for x86

$ docker run -it --rm multiarch/alpine:x86-edge /bin/sh
/ # uname -a
Linux 1ae459268bce 3.13.0-36-generic #63-Ubuntu SMP Wed Sep 3 21:30:07 UTC 2014 x86_64 Linux

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].