microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

--rm option on docker image #162

Closed roinochieng closed 2 years ago

roinochieng commented 3 years ago

We need to include the --rm option in docker run -it --name deb microsoft/msgraph-cli:ubuntu-builder for the container to be removed when it is stopped.

**suggesting this be in place during preview before we get people invested in the CLI enough to want to keep it after it's stopped

AB#10217