I am trying to start to use superset but I am getting the error - standard_init_linux.go:211: exec user process caused "no such file or directory"
Steps to reproduce is $ git clone https://github.com/apache/incubator-superset/ $ cd incubator-superset $ cd contrib/docker $ docker-compose run -e SUPERSET_LOAD_EXAMPLES=yes --rm superset ./docker-init.sh Starting superset_redis_1 ... done Starting superset_postgres_1 ... done standard_init_linux.go:211: exec user process caused "no such file or directory" I am doing this on a Windows 10 system with wsl (windows subsystem for linux). I cant do this on a pure linux system due to the system not supporting corporate proxies. Thanks in advance, Erik Anderson Bloomberg
