• Hello,

    I created Docker image with espruino-web-ide, but it has some problems. The left lane shell in Espruino Web Ide not write. I am connected to device, but tutorial step 1 not work (1+2).

    Prints attached...

    Can you help me?

    Sorry for bad english.

    Docker repository

    https://hub.docker.com/r/humbertosales/espruino-web-ide-rpi/

    Running docker container

    sudo docker run --name espruino -d --restart="always" --net="host" -v
    /dev:/dev -v /var/run/dbus:/var/run/dbus -v
    /sys/class/bluetooth:/sys/class/bluetooth -v
    /var/lib/bluetooth:/var/lib/bluetooth --privileged
    humbertosales/espruino-web-ide-rpi:1.0.1 espruino-server --port 8181

    *Last version today is 1.0.1.*


    2 Attachments

    • Captura de Tela 2017-02-01 às 11.45.01.png
    • Captura de Tela 2017-02-01 às 11.45.29.png
About