#!/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

 

相关文章:

  • 2021-09-10
  • 2021-08-13
  • 2021-12-01
  • 2022-03-10
  • 2022-01-25
猜你喜欢
  • 2021-06-26
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2021-05-23
相关资源
相似解决方案