Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiunuwan/dockercommands


https://github.com/thiunuwan/dockercommands

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# DockerCommands

### List All Running Containers

This command will show a table with details about each running container, such as its ID, image, command, status, ports, and names.

`docker ps`

### Show All Containers (Including Stopped Ones)
If you want to list all containers, including those that are stopped, use the -a option:

`docker ps -a`