How it's Work Install docker on your computer git clone https://github.com/ajrulrn/php-docker-simple-app.git Build Image docker build -t php-docker-simple-app . Run App docker-compose up -d