You will need docker and docker-compose to run scio in docker.
sudo docker network create scio
docker-compose build
Build With proxy:
docker-compose build --build-arg http_proxy=http://<PROXY>:<PORT> --build-arg=https_proxy http://<PROXY>:<PORT>
Run all components (currently except scio-feeds):
docker-compose up --remove-orphans
Remove all data from docker instance
docker-compose down --volumes