Get Docker container description and scripts from ago files
Place in e.g. /home/docker
Build your Docker development container with ./build_container.sh
This will take more than an hour.
Create a directory for storing the build files permanently, e.g. /home/dev/
Start the Docker container with ./start_builder.sh
Get source files with
git clone http://git.agocontrol.com/agocontrol/agocontrol.git \
curl -sSL get.docker.com | sh sudo systemctl enable docker sudo systemctl start docker sudo usermod -aG docker pi # Or another user of your choice