DEV Community

Sadhan Sarker
Sadhan Sarker

Posted on

Google Container Engine ”Essential”- GDGBangla

Online Live Session

Google_Container_Engine

Google_Container_Engine

Google_Container_Engine

Google_Container_Engine

Google_Container_Engine

Google_Container_Engine

Google_Container_Engine

Google_Container_Engine

Google_Container_Engine

Google_Container_Engine

Google_Container_Engine

References:

Run and Test Live Demo Application

  • [ ] First Install Docker Application.
  • [ ] Now, follow below steps,

Download Application

$ git clone https://github.com/mesadhan/blog-gdg-bangla.git
Enter fullscreen mode Exit fullscreen mode

Running multi-container in single command in the background

$ docker-compose up -d
Enter fullscreen mode Exit fullscreen mode

install libs, migrate application tables and seed data

$ docker-compose run --rm blog-gdg-bangla composer install
$ docker-compose run --rm blog-gdg-bangla php artisan migrate:fresh --seed
Enter fullscreen mode Exit fullscreen mode

Open your browser and check your application result

Stop running multi-container

$ docker-compose down
Enter fullscreen mode Exit fullscreen mode

Thanks, Everyone.!

Top comments (0)