-
Notifications
You must be signed in to change notification settings - Fork 14
Why aren't all the existing Docker commands and flags available with ACI #4
Comments
Support for |
Documentation / examples on how to use the existing Also, documentation on how to use existing Azure file shares as volumes in a similar manner in Docker Compose (is this even supported?). And it seems the capability to create named volumes defined in a Compose file would be necessary to support many of the Compose files in existence. |
Thanks for the feedback @sujaypillai! I'm curious why you use the |
Regarding volumes : |
Its just a habit these days specially with the Management commands and what I have been preaching others too :) |
I understand that creating volumes is difficult, but connecting existing Ones is already done! Add the ability to connect via compose, this is very lacking! |
Documentation was missing here, we do support volumes in run & compose, connected to Azure file shares. |
Some of the Docker commands and flags are specific to local development and workflows and so they are not applicable to ACI. Examples include
docker image
commands. There are also commands that we plan to support in the future but just haven't got around to yet.Please let us know if there are commands or flags that you would like to see!
The text was updated successfully, but these errors were encountered: