diff options
Diffstat (limited to 'Services/ooconv/README.md')
-rw-r--r-- | Services/ooconv/README.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Services/ooconv/README.md b/Services/ooconv/README.md index b6a57c4..c39bbd8 100644 --- a/Services/ooconv/README.md +++ b/Services/ooconv/README.md @@ -6,4 +6,14 @@ Based on the docker default centos Dockerfile **Usage** - docker run --name="test-ooconv" -d startx/sv-ooconv + docker run --name="test-ooconv" startx/sv-ooconv unoconv + docker run -d -p 2002:2002 --name="test-ooconv" startx/sv-ooconv + + +**Converting documents** + + // Start the server + unoconv --listener --server 1.2.3.4 --port 2002 + + // Use the client to connect to the convertion server + unoconv --server 1.2.3.4 --port 2002 |