cebes / cebes-server

Cebes servers
https://cebes.github.io
Apache License 2.0
2 stars 0 forks source link

Local mode for the client, where cebes will be run in a docker image #110

Closed phvu closed 6 years ago

phvu commented 6 years ago

cb = Session() will start Cebes in a docker image on the local machine cb = Session(host='...', port=xx, ...) will connect to a remote cebes server

phvu commented 6 years ago

https://github.com/phvu/cebes-python/pull/9