docker / libcompose

*Unmaintained/Deprecated* An experimental go library providing Compose-like functionality
https://godoc.org/github.com/docker/libcompose
Apache License 2.0
585 stars 191 forks source link

Support for userns_mode #444

Open procrypt opened 7 years ago

procrypt commented 7 years ago

If my docker-compose file containes userns_mode directive I get this error.

$ libcompose up
WARN[0000] Note: This is an experimental alternate implementation of the Compose CLI (https://github.com/docker/compose) 
ERRO[0000] Could not parse config for project komposefiles : Unsupported config option for web service: 'userns_mode' 
FATA[0000] Failed to read project: Unsupported config option for web service: 'userns_mode'