Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Toinane committed Mar 11, 2019
1 parent 5df8b05 commit 077d1bd
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# Container PS
> This little app for **OSX** help you to manager your Docker containers.
<p align="center">
<a href="https://github.com/Toinane/container-ps/releases">
<img src="assets/icon.png" width="256" height="256" alt="Container PS icon" />
</a>
<h1 align="center">Container PS</h1>
<p align="center">This little app for <b>OSX</b> help you to manager your Docker containers.</p>
<p align="center">
<img src="https://img.shields.io/github/downloads/toinane/container-ps/total.svg?style=flat-square">
<img src="https://img.shields.io/github/downloads/toinane/container-ps/latest/total.svg?style=flat-square">
<img src="https://img.shields.io/github/release/toinane/container-ps.svg?style=flat-square">
<img src="https://img.shields.io/github/release-date/Toinane/container-ps.svg?style=flat-square">
<img src="https://img.shields.io/david/toinane/container-ps.svg?style=flat-square">
</p>
</p>

---

You must have Docker launched to make work this app.
It uses shell commands using the **Node.js** *child_process* [spawn](https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options) module, thanks to @SebastianRuecker.

---

You can see the list of all your containers, whether they are active or not.

<img src="https://raw.githubusercontent.com/Toinane/container-ps/master/screenshots/dark.png" style="width: 70%">
Expand All @@ -20,8 +32,6 @@ With the light Theme.

When hovering over a container, you will have additional information about it, as well as buttons to turn it on, off, restart or delete it.

---

# Download

See in [releases pages](https://github.com/Toinane/container-ps/releases).
Expand Down

0 comments on commit 077d1bd

Please sign in to comment.