标签:debug evel span bsp clu engine bin name 配置文件
#!/bin/bash cat <<‘EOF‘ >> /etc/ecs/ecs.config ECS_CLUSTER=MyCluster ECS_ENGINE_AUTH_TYPE=docker ECS_ENGINE_AUTH_DATA={"https://index.docker.io/v1/":{"username":"my_name","password":"my_password","email":"email@example.com"}} ECS_LOGLEVEL=debug EOF
标签:debug evel span bsp clu engine bin name 配置文件
原文地址:https://www.cnblogs.com/songfucai/p/9636430.html