# openflow-docker **Repository Path**: wangchao-cn/openflow-docker ## Basic Information - **Project Name**: openflow-docker - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-16 - **Last Updated**: 2023-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docker Compose ### Getting started To quickly get started with your own installation you can use one of these docker compose files. open a shell and cd to that folder you want save the files to, and type ``` git clone https://github.com/open-rpa/docker.git cd docker ``` For almost everyone, you will want to start with docker-compose.yml, you do that by call normal-up. on windows ``` normal-up.bat ``` or linux/macos ``` ./normal-up.sh ``` for more information read more at [docker dokumentation](https://docs.openiap.io/docs/flow/DockerCompose.html).