cat > docker-compose.yml << EOF version: '2' services: vault: image: vault container_name: vault ports: - "8200:8200" restart: always ...
確定! 回上一頁