libcompose icon indicating copy to clipboard operation
libcompose copied to clipboard

Support for userns_mode

Open procrypt opened this issue 8 years ago • 0 comments

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' 

procrypt avatar Mar 01 '17 09:03 procrypt