Skip to content

Commit

Permalink
readme: info about extra packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pozgo committed May 11, 2019
1 parent e699d22 commit dc34008
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![](https://img.shields.io/github/release/million12/docker-centos-supervisor.svg)](http://microbadger.com/images/million12/docker-centos-supervisor)
[![Docker build](http://dockeri.co/image/million12/centos-supervisor)](https://hub.docker.com/r/million12/centos-supervisor/)

This is a CentOS-7 Docker [million12/centos-supervisor](https://registry.hub.docker.com/u/million12/centos-supervisor/) image, perfect in case when you need to launch more then one process inside a container. This image is based on official [centos:centos7](https://registry.hub.docker.com/_/centos/) and it adds only ca. 20MB on top of it.
This is a CentOS-7 Docker [million12/centos-supervisor](https://registry.hub.docker.com/u/million12/centos-supervisor/) image, perfect in case when you need to launch more then one process inside a container. This image is based on official [centos:centos7](https://registry.hub.docker.com/_/centos/) with basic debugging tools.

## What's included

Expand Down Expand Up @@ -51,6 +51,16 @@ Recommended structure:
/data/www/ # your web application data
```

##### - additional tools

- `jq`
- `rsync`
- `telnet`
- `htop`
- `atop`
- `iotop`
- `mtr`
- `vim`

## Usage

Expand Down

0 comments on commit dc34008

Please sign in to comment.