A Docker image for H2O Wave
-
Docker
-
docker-compose
Build image.
docker-compose build
Start Wave Server
docker-compose up -d
Run python code to update the page (test.py
for example)
$ docker exec -d wave python3 /code/test.py
Navigate to http://localhost:10101/hello in order to see the results of the script