You can try docker and circleci through this app.
This app is calculator.
You can only add or substract two numbers.
>> git clone git@github.com:nekootoko3/easy_calculator.git
>> cd easy_calculator
>> docker build -t easy_calculator ./
>> docker run --rm -it easy_calculator