10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
|
echo "Docker-Tools"
|
||
|
echo
|
||
|
echo "dps - Shows a tabular list of running containers."
|
||
|
echo "dlogs - Show latest log entries of container."
|
||
|
echo "dlogsl - Shows latest log entries using less."
|
||
|
echo "dup - Creates and runs containers from YAML files."
|
||
|
echo "dbash - Starts a bash shell in the container."
|
||
|
echo "dsh - Starts a sh shell in the container."
|
||
|
echo "dstats - Shows stats for all running containers."
|