From 8c41b376bdb6582ea2d986716cc2b67a48606fed Mon Sep 17 00:00:00 2001 From: giancarlo Date: Tue, 22 Sep 2020 11:55:00 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c7ae6e1..4e61de7 100644 --- a/README.md +++ b/README.md @@ -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 -##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: