https://github.com/open-eo/openeo-sentinelhub-python-driver
https://github.com/open-eo/openeo-sentinelhub-python-driver
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-eo/openeo-sentinelhub-python-driver
- Owner: Open-EO
- License: apache-2.0
- Created: 2019-12-03T09:14:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T09:00:14.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T03:04:52.453Z (about 1 year ago)
- Language: Python
- Size: 2.48 MB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README-docker.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker, docker engine and docker-compose
In order for `docker-compose` to work, you need `Docker` (can be separated to `docker engine` and `docker compose`)
Install Docker (docker engine and docker-compose).
- Windows (recommended way)
- [Docker for Win 10 (includes both docker engine and docker-compose)](https://docs.docker.com/docker-for-windows/install/)
- Docker Desktop installer
- first step - keep both checkboxes checked
- After the restart, the `WSL 2 installation is incomplete.` window will appear
- Follow instructions on the website linked in the popup window
- click `Restart` / restart Docker desktop
- All OSs
- [docker engine for Ubuntu](https://docs.docker.com/engine/install/ubuntu/)
- [general installation guidelines for docker engine](https://docs.docker.com/engine/install/)
- [docker-compose](https://docs.docker.com/compose/install/)