portainer/app/docker
George Cheng c559b6b55c fix(container-creation): Fix bad env in container creation (#2996)
Currently we are using RegExp `/\=(.+)/` to catch key-value
of environment variables, which could not match empty-value
environment variables such as `KEY=`.

This commit will change the RegExp to `/\=(.*)/`, which
matches the empty values.
2019-11-01 16:15:33 +13:00
..
components feat(settings): add new settings to disable volume browser (#3239) 2019-10-08 13:17:58 +13:00
filters fix(registry): Performance issues with Registry Manager (#2648) 2019-10-14 15:45:09 +02:00
helpers feat(containers): added support for port range mappings when deploying containers (#3194) 2019-10-15 11:13:57 +02:00
interceptors feat(endpoints): enhance offline browsing (#2454) 2018-11-13 16:08:12 +13:00
models refactor(app): introduce webpack and babel (#2407) 2019-03-21 18:46:49 +13:00
rest feat(services): rollback service capability (#3057) 2019-09-10 10:56:57 +12:00
services feat(services): rollback service capability (#3057) 2019-09-10 10:56:57 +12:00
views fix(container-creation): Fix bad env in container creation (#2996) 2019-11-01 16:15:33 +13:00
__module.js feat(containers): add support docker attach (#2842) 2019-05-09 14:04:40 +12:00