test.sh 350 B

1234567891011121314151617
  1. ###
  2. # @description:
  3. # @Author: CP
  4. # @Date: 2020-12-12 08:49:55
  5. # @FilePath: \construction_management\deployment\test.sh
  6. ###
  7. #!/bin/bash
  8. echo "golang here ,i m good 22222222222232!!!"
  9. docker run --name docker_nginx \
  10. -v /mnt/html:/usr/share/nginx/html \
  11. -v /mnt/conf/nginx:/etc/nginx \
  12. -p 80:80 \
  13. -d \
  14. nginx:latest