Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

v0.1.12

Compare
Choose a tag to compare
@gtardif gtardif released this 17 Aug 09:55
· 2 commits to main since this release
ab1d6d0

New

  • Auto-login to ACR repository from Azure login, when deploying ACR images
  • Auto-login to Azure storage account from Azure login, when using Azure File Share in ACI volumes
  • Ability to provide service principal client id & secret in docker login azure command (limitation : no refresh token is provided with Service Principal login, user must manually re-login). See #21
  • Ability to docker stop/start single containers (not supported in compose applications).
  • docker rm is now more inline with the local experience : users need to stop a container before rm it, or need to specify docker rm --force (-f) to force removal
  • Fix docker ps output that was displaying stopped containers even if --all was not specified
  • Ability to specify restart policy for single containers, or compose application, as long as the same policy is applied to all containers in the app
  • docker login azure web page now redirects to https://docs.docker.com/engine/context/aci-integration/
  • Explicit error message when users try to specify labels in compose file, not supported in docker ACI integration

Bugfixes

  • bugfix propagating process signals to containers. See docker/cli#2653
  • bug fix in WSL2 azure login. See #20