More commands.

This commit is contained in:
2021-11-02 14:38:12 +01:00
parent bb0b5f7b6f
commit ee25ee5fe1
9 changed files with 97 additions and 0 deletions

9
dhelp Executable file
View File

@ -0,0 +1,9 @@
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."