You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It would appear that the privileged: true flag in the docker-compose manifest format isn't supported. Rather than producing an error to this effect, the daemon seems to encounter an internal failure and produces a user-opaque error which had to be isolated by bisecting a services list.
To Reproduce
Steps to reproduce the behavior: docker-compose format spec -
Describe the bug
It would appear that the
privileged: true
flag in thedocker-compose
manifest format isn't supported. Rather than producing an error to this effect, the daemon seems to encounter an internal failure and produces a user-opaque error which had to be isolated by bisecting a services list.To Reproduce
Steps to reproduce the behavior:
docker-compose
format spec -Expected behavior
An error stating that
privileged
containers are not supported, or that they're a bad idea and don't do that.System Info (please complete the following information):
The text was updated successfully, but these errors were encountered: