Azure / Azure/azure-cli

"az container start" should provide "--attach" as an optional parameter

Open
#12,175 7 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.