Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a command to list all running process #114

Closed
robsonpeixoto opened this issue Jul 13, 2021 · 1 comment
Closed

Add a command to list all running process #114

robsonpeixoto opened this issue Jul 13, 2021 · 1 comment

Comments

@robsonpeixoto
Copy link

How to get the status of all running process? For example, docker-compose ps is very useful to get the process state.

% docker-compose ps
            Name                          Command              State                    Ports                  
---------------------------------------------------------------------------------------------------------------
risk-assessments_kafka_1       /etc/confluent/docker/run       Up      0.0.0.0:9092->9092/tcp,:::9092->9092/tcp
risk-assessments_postgres_1    docker-entrypoint.sh postgres   Up      0.0.0.0:5432->5432/tcp,:::5432->5432/tcp
risk-assessments_zookeeper_1   /etc/confluent/docker/run       Up      2181/tcp, 2888/tcp, 3888/tcp            
@DarthSim
Copy link
Owner

Hey! It looks like a duplicate for #108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants