Update README.md

This commit is contained in:
giancarlo 2020-09-22 11:55:00 +02:00
parent 6c5e520a94
commit 8c41b376bd
1 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#SortAPP
# SortAPP
SortApp is simple example that sort a file in input.
Starting from this example, you can first create an installable package via pip3 and then a docker image in which it is installed the created package.
@ -12,18 +12,18 @@ 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>
##Useful Commands
## Useful Commands
###Create Distribution Package
### Create Distribution Package
python3 setup.py sdist --formats=gztar
###Create Docker Image
### Create Docker Image
docker build -t sortapp .
###Save Docker Image in file
### Save Docker Image in file
docker save sortapp | gzip > sortapp.tar.gz
###Publish Docker Image on DockerHub
### Publish Docker Image on DockerHub
Name your local images using:
By re-tagging an existing local image: