portainer/app/docker/views/containers/create
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
..
createContainerController.js fix(container-creation): Fix bad env in container creation (#2996) 2019-11-01 16:15:33 +13:00
createcontainer.html feat(containers): added support for port range mappings when deploying containers (#3194) 2019-10-15 11:13:57 +02:00