https://github.com/prayerslayer/oneclickdocker
https://github.com/prayerslayer/oneclickdocker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prayerslayer/oneclickdocker
- Owner: prayerslayer
- Created: 2015-09-30T18:42:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T23:03:50.000Z (about 10 years ago)
- Last Synced: 2025-09-03T17:15:44.135Z (4 months ago)
- Language: Clojure
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oneclickdocker
Hopefully this will be a set of tools that enable you to put a docker image online with one click.
## Subprojects
### ocd-host-agent
Used to host containers, write its status into redis.
### ocd-redis-proxy
Used to abstract away redis and gather information about containers from users.
### ocd-frontend
UI that will communicate with redis-proxy (actually i should call it ocd-api) to start and stop containers.