This is an old revision of the document!


The Cumulocity agent in LXC Container

Create a new LXC Container

First you have to create e new container. To do this please follow this:

LXC Virtualization

Build the agent

Now we need to make some installation.

#g++
apt-get install g++
#curl and libcurl
apt-get install libcurl3-dev & apt-get install curl
#make for Makefile
apt-get install make