fast-data-dev
fast-data-dev copied to clipboard
When REST_PORT=0 and WEB_PORT=0 fast-data-dev fails
To reproduce:
$ docker run --rm -it -e REST_PORT=0 -e WEB_PORT=0 landoop/fast-data-dev
rm: cannot remove '/etc/supervisord.d/*rest-proxy.conf': No such file or directory
Any option alone will work.