spesnova / iruka

A lightweight container platform
MIT License
3 stars 0 forks source link

Set config vars including "=" or "," #24

Closed dtan4 closed 9 years ago

dtan4 commented 9 years ago

WHY

Currently iruka cannot parse config vars including "=" or ","

WHAT

Set config vars including "=" or ",". It may needs to parse quoted strings to solve this issue.

$ ./iruka set BAR=hoge,bar
$ ./iruka set BAR="hoge=bar"