- Install Docker
- Install git. Github provides a great GUI program for this.
- Clone
cimage-minimal
and/orcimage3
repositories - Clone
cimage-simple
repository - Change to directory containing cimage-simple, and open up terminal/command prompt
# bring up the container. The -d flag means it will be detached and running in the background until you stop it
docker-compose up -d
# drops you inside the container
docker-compose exec cimage bash
# do stuff
cimage2
cimage2-combine
To exit the container: Ctrl + D
. Files in the work
directory are mounted inside the container - you should do your processing here.