zc2638 / docker-service

Docker compose quick start of common services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-service

Docker compose quick start of common services

Commands

Argument Description
WHAT Specify the service name. e.g. mysql
VERSION Specify the service version. e.g. v1.0.0
Command Arguments Description
make run [WHAT=]
[VERSION=]
Run the specified service.
make stop [WHAT=] Stop the specified service.
make upgrade [WHAT=]
[VERSION=]
Force rebuild the specified service.
make remove [WAHT=] Remove the specified service.
make clean Clean up all services, networks or others.

Supports

  • minio
  • mosquitto
  • mysql
  • postgres
  • rabbitmq
  • redis
  • registry
  • zookeeper

More will be added in the future.

Problem

If it fails to start, please check whether the default generated mount configuration is correct. If you are not sure, please delete the mount directory ~/.docker-service/{service}.

About

Docker compose quick start of common services

License:Apache License 2.0


Languages

Language:Makefile 100.0%