1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

Update settings with endpoint

This commit is contained in:
Michael Crosby 2013-06-10 03:59:57 -09:00
parent 880966f3ba
commit 528565afc8
4 changed files with 9 additions and 2 deletions

View file

@ -5,6 +5,10 @@ DockerUI is a web interface to interact with the Remote API. The goal is to pro
![Container](/container.png)
###Goals
* Little to no dependencies - I really want to keep this project a pure html/js app. You can drop the docker binary on your server run so I want to be able to drop these html files on your server and go.
###Installation
Open js/app.js and change the DOCKER_ENDPOINT constant to your docker ip and port. Then host the site like any other html/js application.