25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
191 B

  1. #!/bin/bash
  2. # stop sugarcrm
  3. set -x
  4. # stop apache / php
  5. sudo docker stop sugarcrm_www
  6. sudo docker rm sugarcrm_www
  7. # stop mysql
  8. sudo docker stop sugarcrm_mysql
  9. sudo docker rm sugarcrm_mysql