Updated README.md
This commit is contained in:
parent
dbb15402af
commit
e0b115cc64
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue