An open API service indexing awesome lists of open source software.

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

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/)