You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to run Cloudogu on a virtual server, make sure your server supports nested virtualization (not recommended because of weak performance)
Startup mechanism:
Docker daemon is started on boot via the /etc/init/docker.conf Upstart script.
All docker containers are started (based on their dependencies) via /etc/init/ces-<name>.conf scripts.
Containers which are marked as 'webapps' in their Dockerfile (via 'ENV SERVICE_TAGS webapp') are available via http://<hostIP>/<containername> after bootup.