mirror of
https://github.com/p8952/bocker.git
synced 2025-11-08 22:04:00 +01:00
Document "commit" and "help" commands
This commit is contained in:
parent
7edff781c1
commit
dbbeaf8732
4
bocker
4
bocker
@ -85,7 +85,7 @@ case $1 in
|
|||||||
;;
|
;;
|
||||||
ps) PS ;; #HELP List containers:\n./bocker ps
|
ps) PS ;; #HELP List containers:\n./bocker ps
|
||||||
logs) LOGS "$2" ;; #HELP View logs from a container:\n./bocker logs <container_id>
|
logs) LOGS "$2" ;; #HELP View logs from a container:\n./bocker logs <container_id>
|
||||||
commit) COMMIT "$2" "$3" ;;
|
commit) COMMIT "$2" "$3" ;; #HELP Commit a container to the image:\n./bocker commit <container_id> <image_id>
|
||||||
rm) RM "$2" ;; #HELP Delete an image or container:\n./bocker rm <image_id or container_id>
|
rm) RM "$2" ;; #HELP Delete an image or container:\n./bocker rm <image_id or container_id>
|
||||||
*) HELP $0 ;;
|
*) HELP $0 ;; #HELP Display this message:\n./bocker help
|
||||||
esac
|
esac
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user