"az container start" should provide "--attach" as an optional parameter
Open
act-observability-squad
Container
Container Instances
customer-reported
Service Attention
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Is your feature request related to a problem? No**
**Describe the solution you'd like**
Be able to attach local standard input, output, and error streams to a starting container.
```sh
az container start --attach [...]
```
**Describe alternatives you've considered**
For now we are using these following command lines
```sh
az container start [...]
az container attach[...]
```
**Additional context**
This parameter is already available in Docker CLI : [docker start](https://docs.docker.com/engine/reference/commandline/start/)
Contributor guide
Assessment
This issue has not been assessed yet.