/scripts

Primary LanguageShellApache License 2.0Apache-2.0

scripts

Docker

bin

  • denter --> docker exec -it $1 bash (support regex)
  • dsls --> docker service ls
  • dsps --> docker service ps $1
  • dstart --> bash start_$1.sh
  • dstop --> docker service rm $1 (support regex, multi)

Others