Updated README.md

This commit is contained in:
giancarlo 2020-09-22 15:05:59 +02:00
parent dbb15402af
commit e0b115cc64
1 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,13 @@ 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:
https://pypi.org/project/docker/
https://docs.docker.com/engine/
https://docs.docker.com/compose/install/
## Useful Commands
### Create Distribution Package