DEV Community

Sadhan Sarker
Sadhan Sarker

Posted on

2 2

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.!

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs