Sign inSign up

lcsbaroni/alpine

By lcsbaroni

Updated almost 10 years ago

Images based on alpine linux

Image
0

1.5K

lcsbaroni/alpine repository overview

lcsbaroni/alpine:nginx-5.6

NGINX and PHP image based on Alpine Linux

Image is based on the oficial image of alpine

Docker image size

Docker image usage

docker run [docker-options] lcsbaroni/alpine:nginx-5.6

Examples

Typical basic usage:

docker run -it lcsbaroni/alpine:nginx-5.6

Typical usage in Dockerfile:

FROM lcsbaroni/alpine:nginx-5.6
RUN echo "<?php phpinfo() ?>" > /var/www/localhost/htdocs/index.php

Typical usage:

docker run -it --link=somedb:db lcsbaroni/alpine:nginx-5.6

Typical usage on docker-compose:

docker-compose up -d

Tag summary

Content type

Image

Digest

Size

33.1 MB

Last updated

almost 10 years ago

docker pull lcsbaroni/alpine:nginx-5.6