1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

Update README with todo

This commit is contained in:
Michael Crosby 2013-06-10 15:16:28 -09:00
parent 1a11d7bb3a
commit e7ef1aee3a

View file

@ -15,13 +15,30 @@ Open js/app.js and change the DOCKER_ENDPOINT constant to your docker ip and por
.constant('DOCKER_ENDPOINT', 'http://192.168.1.9:4243\:4243'); .constant('DOCKER_ENDPOINT', 'http://192.168.1.9:4243\:4243');
###Remote API Version
DockerUI currently supports the v1.1 Remote API
###Stack ###Stack
* Angular.js * Angular.js
* Flatstrap ( Flat Twitter Bootstrap ) * Flatstrap ( Flat Twitter Bootstrap )
###Todo:
I work fast so it will not be long before these changes are impelmented.
* Multiple endpoints
* Full repository support
* Search
* Create images via Dockerfile
* Push files to a container
* Unit tests
###License - MIT ###License - MIT
The DockerUI code is licensed under the MIT license. Flatstrap(bootstrap) is licensed under the Apache License v2.0 and Angular.js is licensed under MIT.
**DockerUI:**
Copyright (c) 2013 Michael Crosby. crosbymichael.com Copyright (c) 2013 Michael Crosby. crosbymichael.com
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person