Skip to content

Commit fdde1e3

Browse files
committed
Added docker
1 parent 74a26e6 commit fdde1e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ REACT_APP_BASE_API_URL="<YOUR_ZENML_SERVER_DEPOLOYMENT_URL>/api/v1"
8181

8282
To learn how to get the `YOUR_ZENML_SERVER_DEPOLOYMENT_URL`, read the [deployment guide](https://docs.zenml.io/getting-started/deploying-zenml/deployment).
8383

84+
Lastly, if you would like to use Docker, then the ZenML team provides [DockerHub] images to serve the ZenML Server and Dashboard in one image:
85+
86+
```shell
87+
docker run -it -d -p 8080:80 zenmldocker/zenml-server
88+
```
89+
90+
Which will serve the dashboard with the server at `http://localhost:8080`, with username `default` and an empty password.
91+
8492
## 👨‍👦 Relationship with ZenML
8593

8694
The ZenML Dashboard is a Javascript React-based application that lives inside this repository, which is a sister repository of the main [ZenML Python package repo](https://github.com/zenml-io/zenml).

0 commit comments

Comments
 (0)