mirror of https://github.com/docker/docs.git
Add note that Docker Debug containers are not protected by ECI. (#19899)
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
This commit is contained in:
parent
04facd848a
commit
2c8131d793
|
@ -78,6 +78,12 @@ Containers launched by the Docker Desktop Dev Environments feature are not yet
|
|||
protected either. We expect to improve on this in future versions of Docker
|
||||
Desktop.
|
||||
|
||||
### Docker Debug containers are not yet protected
|
||||
|
||||
[Docker Debug](https://docs.docker.com/reference/cli/docker/debug/) containers
|
||||
are not yet protected by ECI. We expect to improve on this in future versions of
|
||||
Docker Desktop.
|
||||
|
||||
### Use in production
|
||||
|
||||
In general users should not experience differences between running a container
|
||||
|
|
Loading…
Reference in New Issue