Results 2 issues of Ivan

Add docker/docker-compose support for examples.

It is not clear how to configure it properly. I tried the following Here is the code from `main.go` ``` package main import ( "fmt" "os" tele "gopkg.in/telebot.v3" ) func...