Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 927 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 927 Bytes

Getting started for Docker Engine CE (Free Version)

sudo mkdir -p build && cd build

sudo apt-get install git -y

sudo git clone https://github.com/drivesoft-technology/docker-awesome.git

cd docker-awesome

Install Docker Engine CE v18.06.1 (Free Version)

bash docker-install/install-docker-engine-on-ubuntu18.sh

Install Docker Compose v1.22.0

bash docker-install/install-docker-compose-on-ubuntu18.sh

Start Service | Phalcon Application

sudo git clone https://github.com/codestepz/docker-php7phalcon.git
sudo docker-compose -f docker-php7phalcon/docker-compose.yml up -d
http://[IP ADDRESS] << Nginx v1.15.4-alpine

http://[IP ADDRESS]/info.php << PHP v7.2.10 (FPM)