Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 575 Bytes

dockers

Docker containers management.

Get starting

To use the cli you need to have docker installed and plugin compose in version 2! Follow this tutorial for installing the plugin https://docs.docker.com/compose/cli-command.

CLI

make CONTAINER=containerName command

Commands

Use one of the following commands.

command description
up Builds, (re)creates, starts, and attaches to containers for a service.
down Stops containers and removes containers, networks, volumes, and images created by up
logs Displays log output from services.