GithubHelp home page GithubHelp logo

hedzr / docker-basics Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 79 KB

basic docker images of mine

License: MIT License

HCL 3.44% Makefile 58.10% Dockerfile 29.24% Shell 9.22%
docker docker-compose docker-images docker-compose-files docker-compose-development

docker-basics's Introduction

Basic Docker Images

Images

For better debugging, these images were expanded with ping,telnet,dig,nano,wget, ....

  1. alpine-base alpine, +bash, ping, telnet, dig, ...

  2. ubuntu-mod ubuntu, +bash, ping, telnet, dig, ...

  3. redis-mod redis, +bash, ping, telnet, dig, ...

Composes

  1. etcd-std etcd, +etcdkeeper(-mod), +db (mysql:8), +cache (redis 5), ...

  2. monitor +grafana, +prometheus, ...

  3. nacos-std nacos, +mysql(master+salve), +grafana, +prometheus, ...

    • nacos-local nacos, +mysql(master+salve), +grafana, +prometheus, ...
  4. elasticsearch-std elasticsearch, +cerebro, ...

  5. skywalking-std skywalking

  6. zipkin-std zipkin, +zipkin-mysql, +grafana, +prometheus, ...

  7. kafka-std kafka, +zookeeper, +zk-web ...

  8. mysql-master-slave mysql: master + slave

run

# start premetreus and grafana
make run-monitor

# start nacos (and an embedded mysql master+slave)
make run-nacos

# start zipkin (and an embedded mysql)
make run-zipkin

# start etcd, mysql 8 (for biz-logic), and redis 5
make run-etcd

# start elasticsearch
make run-es

# start skywalking (after `make run-es`)
make run-skyw

# ...

nacos guide

  1. starting them

    make run-monitor
    make run-nacos
    # ...

    open http://localhost:8848/nacos and login with nacos/nacos.

    monitor:

  2. initialize nacos monitor data

    following this guide:

skywalking guide

  1. starting them

    make run-es
    make run-skyw
    # ...

    open http://localhost:18080/.

zipkin guide

  1. starting them

    make run-monitor
    make run-zipkin
    # ...

    open http://localhost:9411/.

    monitor:

Link to

LICENSE

MIT

docker-basics's People

Contributors

hedzr avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.