Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 897 Bytes

File metadata and controls

15 lines (11 loc) · 897 Bytes

Docker Compose Util

Getting Started

./go up <servicename>                 --  Starts all the containers of a compose
./go up-force <servicename>           --  Force starts/restarts all the containers of a compose
./go down <servicename>               --  Stops all the containers of a compose
./go remove <servicename>             --  Stops and removes all the containers of a compose
./go ps <servicename>                 --  Lists the status of all the containers of a compose

DeepSource

DeepSource