Inhaltsverzeichnis

Hubs für Container

Repositories

Docker-Hub

https://hub.docker.com/

PHP Images

Official Image
https://hub.docker.com/_/php
8.0.16RC1-fpm-alpine3.15
PHP 8.0.16RC1-fpm-alpine3.15
Docker Pull
docker.io/library/php:8.1.3RC1-fpm-alpine3.15

Apache httpd Images

Official Image
https://hub.docker.com/_/httpd
httpd:alpine3.15
Apache httpd Alpine 3.15
Docker Pull
docker.io/library/httpd:alpine3.15

Alpine Linux

Alpine Linux ist ein nur ca. 35 MB großes OS-Image. Installation von Software mit apk add <name>.

In /etc/apk/world werden installierte Packages erfasst. Füttert man diese Datei mit den Namen der Pakete, die man installiert haben möchte und ruft apk add auf, werden diese automatisch installiert.