简体   繁体   中英

docker-compose Windows Powershell tags

I'm new with docker-compose through PowerShell, I'm trying to do a pull specifying TAGS, but I don't know the correct syntax to do it. This is a simple line that I'm trying to run.

1_TAG=test TAG=develop docker-compose -f docker-compose.yml pull

It does not work like it would under a bash console. I've tried to declare them as variables point docker to use them but it didn't recognize it.

I'm running everything from the path where I have my *.yml files and project folders.

只需设置 $env: 变量即可解决问题,谢谢。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM