-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,34 @@ | ||
# Container PS | ||
This little app for **OSX** help you to manager your Docker containers. | ||
It uses shell commands using the **Node.js** *child_process* [exec](https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback) module. | ||
> This little app for **OSX** help you to manager your Docker containers. | ||
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. | ||
![Screenshot](/screenshots/dark.png) | ||
|
||
<img src="https://raw.githubusercontent.com/Toinane/container-ps/master/screenshots/dark.png" style="width: 70%"> | ||
|
||
With the light Theme. | ||
![Screenshot](/screenshots/light.png) | ||
|
||
<img src="https://raw.githubusercontent.com/Toinane/container-ps/master/screenshots/light.png" style="width: 70%"> | ||
|
||
- The full circle indicates that the container is active. | ||
- The empty circle indicates that it is inactive. | ||
- And the round with a full wave indicates that the container is restarting. | ||
|
||
![Screenshot](/screenshots/light-complete.png) | ||
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 | ||
# Download | ||
|
||
See in [releases pages](https://github.com/Toinane/container-ps/releases). | ||
|
||
Since exec from child_process doesn't work in asar archive, I can't make a release for the moment :/ | ||
If you have a solution for this, feel free to contribute! | ||
# Development | ||
|
||
### Launch in shell | ||
Install dependencies and start. | ||
```shell | ||
yarn && yarn start | ||
``` |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.