Sign inSign up

cloudax/lamp

By cloudax

Updated over 4 years ago

Debian with xampp

Image
0

575

cloudax/lamp repository overview

LAMP

Debian based with Xampp

ARCHITECTURE
x86-64

Usage

DOCKER CLI
docker run \	
  -p CUSTOMPORT:80 \	
  -v CUTOMVOLUME:/opt/lamp/ \	
  --name CUSTOMNAME \ 
  --restart unless-stopped \	
  cloudax/lamp:latest
DOCKER COMPOSE
version: '3.5'

services:

   LAMP:
     image: cloudax/lamp:latest
     container_name: lamp
  
     volumes:
       - CUSTOMVOLUME:/opt/lamp/
     restart: unless-stopped
     ports:
       - "CUSTOMPORT:80"

volumes:
    CUSTOMVOLUME:
      name: CUSTOMVOLUME

Tag summary

Content type

Image

Digest

Size

294 MB

Last updated

over 4 years ago

docker pull cloudax/lamp