Skip to content

Commit 077d1bd

Browse files
committed
update readme
1 parent 5df8b05 commit 077d1bd

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
# Container PS
2-
> This little app for **OSX** help you to manager your Docker containers.
1+
<p align="center">
2+
<a href="https://github.com/Toinane/container-ps/releases">
3+
<img src="assets/icon.png" width="256" height="256" alt="Container PS icon" />
4+
</a>
5+
<h1 align="center">Container PS</h1>
6+
<p align="center">This little app for <b>OSX</b> help you to manager your Docker containers.</p>
7+
<p align="center">
8+
<img src="https://img.shields.io/github/downloads/toinane/container-ps/total.svg?style=flat-square">
9+
<img src="https://img.shields.io/github/downloads/toinane/container-ps/latest/total.svg?style=flat-square">
10+
<img src="https://img.shields.io/github/release/toinane/container-ps.svg?style=flat-square">
11+
<img src="https://img.shields.io/github/release-date/Toinane/container-ps.svg?style=flat-square">
12+
<img src="https://img.shields.io/david/toinane/container-ps.svg?style=flat-square">
13+
</p>
14+
</p>
15+
16+
---
317

418
You must have Docker launched to make work this app.
519
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.
620

7-
---
8-
921
You can see the list of all your containers, whether they are active or not.
1022

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

2133
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.
2234

23-
---
24-
2535
# Download
2636

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

0 commit comments

Comments
 (0)