Skip to content

Docker images to be used for Okulistik php projects.

Notifications You must be signed in to change notification settings

okulistik/dev-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Development Enviroment

Docker images to be used for Okulistik php projects.

Php Docker Image List

  • Okulistik PHP 7.4 Image

Install and Run for Php 7.4 Image

Zero Configuration

  • cd php74
  • ./build.sh
  • ./run.sh

Step by step

  • cd php74
  • mkdir -p ~/work/conf
  • touch ~/work/conf/blank-alias.conf
  • docker build -t okulistik/php74 .
  • Docker Run Firstly
    docker run --name okul-php74 -p 80:80 -p 443:443 -v ~/work:/work -d okulistik/php74
    
  • Docker run again later
    docker stop okul-php74
    docker rm okul-php74
    docker run --name okul-php74 -p 80:80 -p 443:443 -v ~/work:/work -d okulistik/php74
    

Things to do in the sub-project directory to study

  • composer install
  • vendor/bin/init update:http

HTTPS support

About

Docker images to be used for Okulistik php projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published