/docker-utils

Some docker tools to use on dev enviroment

Primary LanguageShell

Description

Some Docker services images used to development

Setup

Running services

    bash script.sh up <optional name to run a specific service>

Stopping services

    bash script.sh stop <optional name to stop a specific service>

Check logs

    bash script.sh logs <optional name to stop a specific service>

Clean unused docker images

    bash script.sh rmi