edit docker-compose.yml, docker_console/dc_settings.py and app_conf/settings.php if you need changes
put your drupal into app/
run "docker-console up" or "dcon up" to run all docker containers
put your database to app_databases/database.sql.tar.gz
run "drupal-console build" or "dcon build" to build your website
... code away