Linux lightweight, PHP environment.
212
Linux lightweight, PHP environment.
docker run -itd --name alpine-php ngacareer/alpine-php
docker exec -it alpine-php sh
# php --version
kubectl run alpine-php --image=ngacareer/alpine-php
kubectl exec -it alpine-php sh
# php --version
oc run alpine-php --image=ngacareer/alpine-php
oc exec alpine-php -i -t sh
# php --version
Content type
Image
Digest
Size
11.3 MB
Last updated
over 5 years ago
docker pull ngacareer/alpine-php