Aggiornare 'README.md'

This commit is contained in:
Giancarlo Panichi 2020-09-22 15:11:01 +02:00
parent 0be18475d4
commit 391dea1169
1 changed files with 4 additions and 5 deletions

View File

@ -15,11 +15,10 @@ The image created in this way can be executed in a container with the following
docker run -i -t --rm --name sortapp-cont sortapp sortapp <token> <file-item-id> <temp-dir-item-id>
```
To be able to create an image from this application you need to have Docker and Docker-Compose installed on your machine and the relative python packages, see:
[Docker](https://docs.docker.com/engine/)
[Docker-Compose](https://docs.docker.com/compose/install/)
[Python Docker](https://pypi.org/project/docker/)
To be able to create an image from this application you need to have Docker and Docker-Compose installed on your machine and the relative python packages, see:
[Docker](https://docs.docker.com/engine/),
[Docker-Compose](https://docs.docker.com/compose/install/) and
[Docker Package for Python](https://pypi.org/project/docker/).
## Useful Commands