Skip to content

Docker container definition for the Linux (Ubuntu) - Apache - PHP components of a LAMP stack application

License

Notifications You must be signed in to change notification settings

uazgraduatecollege/lamp-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lamp-web

A base environment for uazgradcoll/lamp-web projects.

Multilple PHP version are supported through the following tags:

  • php-7.4, latest
    Base OS: Ubuntu 20.04LTS

  • php-8.1: Uses the default Ubuntu 22.04LTS packages provided by Canonical
    Base OS: Ubuntu 22.04LTS

  • php-7.3: Uses Ondřej Surý's PPA
    Base OS: Ubuntu 18.04LTS

  • php-7.2: Uses the default Ubuntu 18.04LTS packages provided by Canonical
    Base OS: Ubuntu 18.04LTS

  • php-7.1: Uses Ondřej Surý's PPA
    Base OS: Ubuntu 16.04LTS

  • php-7.0: Uses the default Ubuntu 16.04LTS packages provided by Canonical
    Base OS: Ubuntu 16.04LTS

  • amz-php7.4: Uses the official Docker Hub image for Amazon Linux
    Base OS: Amazon Linux 2

More information on the uazgraduatecollege/lamp-web on Docker Hub.

Usage

Intended primarily as a base image from which to create other application images. Eg.

FROM uazgraduatecollege/lamp-web:latest

# Do something

Build

Building is not necessary in most cases as the images can be accessed directly from Docker Hub, however:

$ docker build -t uazgraduatecollege/lamp-web:latest .

License

See LICENSE.md

About

Docker container definition for the Linux (Ubuntu) - Apache - PHP components of a LAMP stack application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •