shell脚本一键创建docker容器
#!/bin/bash # #date :Wed May 3 15:51:34 CST 2017 #author: gaogd # ## 说明: ip为容器的ip,hostname为容器主机名,已经容器识别名称,hostname=itemname-servername-owner-ip ## 可以自己选择镜像,如果参数中木有指定镜像名称,那么就在脚本中展示出来,让用户选择, ## 如果用户也不选择,就是默认的sshd进行 ## 用法: sh createcontainter.sh ...