GithubHelp home page GithubHelp logo

docker-monit's Introduction

setup sshd + mysqld + redis-server with monit.

based on

how

> git clone git://github.com/shoichikaji/docker-monit
> cd docker-monit
> docker build -t TAG .
> docker run -d -p 10022:22 -p 2812:2812 TAG

Then

> ssh -p 10022 root@localhost
# password: root

> curl http://localhost:2812

author

Shoichi Kaji

ps auxwwf

defunct?

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.1  0.0  40592  2252 ?        Sl   18:23   0:00 /usr/bin/monit -I
root        12  0.0  0.0      0     0 ?        Z    18:23   0:00 [sshd] <defunct>
root        13  0.0  0.0  49900  1248 ?        Ss   18:23   0:00 /usr/sbin/sshd
root        37  0.1  0.1  73304  3664 ?        Ss   18:24   0:00  \_ sshd: root@pts/0
root        49  0.0  0.0  18024  2024 pts/0    Ss   18:24   0:00      \_ -bash
root        60  0.0  0.0  15220  1108 pts/0    R+   18:24   0:00          \_ ps auxwwf
root        15  0.0  0.0      0     0 ?        Z    18:23   0:00 [redis-server] <defunct>
root        16  0.0  0.0  10612  1412 ?        Ss   18:23   0:00 /usr/bin/redis-server /etc/redis/redis.conf
root        18  0.0  0.0      0     0 ?        Z    18:23   0:00 [.mysqld_start] <defunct>
mysql       19  0.1  1.1 447128 42944 ?        Sl   18:23   0:00 /usr/sbin/mysqld

docker-monit's People

Contributors

skaji avatar

Watchers

 avatar  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.