microsoft / vscode-docker-extensibility

Docker for Visual Studio Code: Extensibility Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`docker container ls` and others are not available in ACI contexts

bwateratmsft opened this issue · comments

docker container ls is not available in ACI contexts--you must use docker ps.
docker volume ls throws an error, because it wants docker volume ls --format json instead of docker volume ls --format "{{ json . }}"

Closing as we plan to remove ACI support.