All Projects β†’ EasyPi β†’ docker-alpine-arm

EasyPi / docker-alpine-arm

Licence: GPL-3.0 license
πŸ—» Build AlpineLinuxArm Docker Image for RaspberryPi

Programming Languages

Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-alpine-arm

Alpinewsl
Alpine Linux based WSL distribution. Supports multi-install. Lightest WSL distribution.
Stars: ✭ 203 (+915%)
Mutual labels:  alpine-linux
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+1050%)
Mutual labels:  alpine-linux
code-server
Non-root Docker image running Debian and code-server.
Stars: ✭ 76 (+280%)
Mutual labels:  alpine-linux
Docker Robot Framework
Robot Framework in Docker Alpine
Stars: ✭ 212 (+960%)
Mutual labels:  alpine-linux
python3-alpine-flask-docker
Sample Docker container for a Python 3 Flask based application with minimal footprint.
Stars: ✭ 23 (+15%)
Mutual labels:  alpine-linux
docker-firefox-syncserver
Firefox Sync Server Docker image
Stars: ✭ 169 (+745%)
Mutual labels:  alpine-linux
Pieman
Script for creating custom OS images for single-board computers
Stars: ✭ 149 (+645%)
Mutual labels:  alpine-linux
docker-ejtserver
EJT License Server Docker image
Stars: ✭ 18 (-10%)
Mutual labels:  alpine-linux
http-server
A Java HTTP server in 35MB Docker image
Stars: ✭ 17 (-15%)
Mutual labels:  alpine-linux
docker-dns-ad-blocker
A lightweight dnsmasq DNS server to block traffic to known ad servers with optional DNSCrypt support. Supports x86_64 and Raspberry Pi (armhf).
Stars: ✭ 78 (+290%)
Mutual labels:  alpine-linux
Termuxalpine
Use TermuxAlpine.sh calling to install Alpine Linux in Termux on Android. This setup script will attempt to set Alpine Linux up in your Termux environment.
Stars: ✭ 224 (+1020%)
Mutual labels:  alpine-linux
docker-nextcloud
Nextcloud Docker image
Stars: ✭ 209 (+945%)
Mutual labels:  alpine-linux
Attack-Shell
Attack Shell a.k.a. Ani-Shell is a simple PHP shell with some unique features like Mass Mailer, a simple Web-Server Fuzzer, Dosser, Back Connect, Bind Shell, Back Connect, Auto Rooter etc.
Stars: ✭ 15 (-25%)
Mutual labels:  alpine-linux
Alpine Ikev2 Vpn
Small Simple Free runing container's IKEv2 VPN base alpine image.
Stars: ✭ 215 (+975%)
Mutual labels:  alpine-linux
docker-lemp
A single container LEMP complete fullstack with latest release of PHP7.4.33, 8.0.26 & 8.1.13/8.2RC and MySQL, nginx, PostgreSQL, phalcon, swoole, mailcatcher, beanstalkd, elasticsearch, memcached, redis, adminer and all you ever need; on top alpine3.15
Stars: ✭ 106 (+430%)
Mutual labels:  alpine-linux
Image Bootstrap
⛅️ Creates (chroots and) bootable virtual machine images; command line tool (Python 3)
Stars: ✭ 178 (+790%)
Mutual labels:  alpine-linux
docker-node-ci
The Docker image based on the official "node" image optimized for a CI environment
Stars: ✭ 18 (-10%)
Mutual labels:  alpine-linux
docker-alpine-sshd
A lightweight OpenSSH Docker Image built atop Alpine Linux.
Stars: ✭ 108 (+440%)
Mutual labels:  alpine-linux
netty-tcnative-alpine
Build netty-tcnative native binaries for Alpine Linux.
Stars: ✭ 20 (+0%)
Mutual labels:  alpine-linux
apostilas
Apostilas sobre diversos assuntos: PHP, PDO, MySQL, PHPOO, MVC, mobile, scratch, git, github, docker, vps, alpine linux, segurança na wev, servidores, etc
Stars: ✭ 49 (+145%)
Mutual labels:  alpine-linux

docker-alpine-arm

Build AlpineLinuxArm Docker Image for RaspberryPi.

How To Build

docker login

wget https://raw.githubusercontent.com/EasyPi/docker-alpine-arm/master/Makefile

make RELEASE=edge
make test RELEASE=edge
make push RELEASE=edge
make clean

make RELEASE=v3.10
make test RELEASE=v3.10
make push RELEASE=v3.10
make clean

make latest RELEASE=v3.10
make test RELEASE=latest
make push RELEASE=latest

How To Use

docker pull easypi/alpine-arm
docker run --rm -it easypi/alpine-arm sh
# apk update
# apk search bash
# apk add bash
# apk del bash
# exit
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].