Community version

The Cloudify free community version contains a fully functional Cloudify engine & most of the manager capabilities (read about the differences between our Cloudify versions). The community version is available as an rpm, OpenStack Image or as a Docker based container. This page describes the complete setup flow to get an activated Cloudify trial manager as a Docker container.

Step 1: Install the Cloudify Manager as a Docker container

Deploying Cloudify trial manager as a Docker container is the easiest way to go. This tutorial assumes that you have Docker installed on a local or a remote machine.

Open your terminal and create/start the Docker container (requires password)

sudo docker run --name cfy_manager_local -d --restart unless-stopped -v /sys/fs/cgroup:/sys/fs/cgroup:ro --tmpfs /run --tmpfs /run/lock --security-opt seccomp:unconfined --cap-add SYS_ADMIN -p 80:80 -p 8000:8000 cloudifyplatform/community-cloudify-manager-aio:latest

Verify that your manager is running by browsing to localhost when running locally, or to the hosting machine IP when the Docker server is remote.

The Cloudify login page should be displayed.

login-page.png


Congratulations! you now have your Cloudify Manager ready.

What’s next?