summaryrefslogtreecommitdiffstats
path: root/Services/ooconv/README.md
blob: 4f98429dc5510be37da9be1dbd1bff29781de274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
STARTX docker-images - OOConv
=============================

**Description**  
Based on the docker default centos Dockerfile

**Usage**  

	  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