#Docker Bundle
Docker Bundle provides an interface for running Docker images in Keboola Connection. By developing functionality in Docker you'll focus only on the application logic, all communication with Storage API will be handled by Docker bundle.
Docker bundle's functionality can be described in few simple steps:
- Download your Docker image from Dockerhub
- Download all required tables and files from Storage (will be mounted into
/data
) - Run the container
- Upload all result tables and files to Storage
###HOWTO.md
Start developing a new app
Encapsulate your app into an Docker image
Defines the interface between KBC and your Docker image