utils: sort compose options

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
Petros Angelatos 2016-07-28 17:43:26 -07:00
parent 92d7ffbf04
commit b708f05476

View File

@ -238,15 +238,15 @@ exports.validComposeOptions = [
'expose'
'image'
'labels'
'ports'
'stop_signal'
'volumes' # Will be overwritten with the default binds
'user'
'working_dir'
'network_mode'
'net'
'network_mode'
'ports'
'privileged'
'restart'
'stop_signal'
'user'
'volumes' # Will be overwritten with the default binds
'working_dir'
]
exports.validContainerOptions = [