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

Docker Start/Stop Support #28

Open
nebuk89 opened this issue Aug 18, 2020 · 0 comments
Open

Docker Start/Stop Support #28

nebuk89 opened this issue Aug 18, 2020 · 0 comments
Labels
faq Things we know about and need help fixing

Comments

@nebuk89
Copy link

nebuk89 commented Aug 18, 2020

Previously we had no docker start or docker stop support in the Docker ACI integration. This was because ACI does not support a stop or start commands in the same way that Moby does.

We have now added these commands accepting the difference to get feedback on whether this is an acceptable approach.

From a user perspective the main difference with ACI is that when your container that has been previously stopped is started again it will have not retained the state within the container. You will still retain your IP address as this is maintained by the container group and you can still inspect the logs of the stopped container.

If you find this difference acceptable or have a use case where this does not work please let us know on this issue.

As a note generally container state is best stored in a volume, to find out more about Docker volumes see https://docs.docker.com/storage/volumes/

@nebuk89 nebuk89 added the faq Things we know about and need help fixing label Aug 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
faq Things we know about and need help fixing
Projects
None yet
Development

No branches or pull requests

1 participant