You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SSL example given in the docs does not work...
When ENABLE_SSL env variable is set then the container exits with code 127
Steps to reproduce:
Run the container with the example given in the SSL section of the README.md
docker run --net=host \
-e ENABLE_SSL=1 \
lensesio/fast-data-dev
Actual:
The container exits immediately with code 127
Output docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ed34dd08f518 lensesio/fast-data-dev "/usr/bin/dumb-init …" 49 seconds ago Exited (127) 49 seconds ago unruffled_leavitt
Output docker logs ed34dd08f518
TLS enabled.
Creating CA and key-cert pairs.
The text was updated successfully, but these errors were encountered:
The SSL example given in the docs does not work...
When
ENABLE_SSL
env variable is set then the container exits with code127
Steps to reproduce:
Actual:
The container exits immediately with code 127
Output
docker ps -a
Output
docker logs ed34dd08f518
The text was updated successfully, but these errors were encountered: