Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 303 Bytes

how-to-wakeup-container.md

File metadata and controls

21 lines (17 loc) · 303 Bytes

How to wake up your container of service with CLI

Formula

docker start {name} |  docker start {container_id}

Postgres

docker start my_db

Application with Strapi4

docker start my_app

Admin of database via pgAdmin

docker start pg_admin