尝试使用下面的命令却无效
$ docker service update $(docker service ls --format '{{.Name}}')
"docker service update" requires exactly 1 argument.
请问使用什么命令可以实现
相关问题
- Docker task in Azure devops won't accept "$(pw
- Unable to run mariadb when mount volume
- Unspecified error (0x80004005) while running a Doc
- What would prevent code running in a Docker contai
- How to reload apache in php-apache docker containe
用
xargs -L1
搞定