Difference between revisions of "Using the JFileServer Docker Images"

From FileSys.Org Wiki
(Created page with "Using the JFileServer Docker images")
 
Line 1: Line 1:
Using the JFileServer Docker images
+
There are a number of Docker images available with various configurations of the JFileServer. The following Docker images are available :-
 +
 
 +
{| class="wikitable"
 +
|-
 +
|scope="col"|'''Image'''
 +
|scope="col"|'''Description'''
 +
|-
 +
|filesysorg/jfileserver
 +
|JFileServer file server configured with the SMB server enabled
 +
|-
 +
|filesysorg/jfileserver-db-postgres
 +
|JFileServer file server plus the PostGres database filesystem add-on
 +
|-
 +
|filesysorg/jfileserver-enterprise
 +
|JFileServer file server plus the Enterprise add-on to add support for SMB2 and SMB3
 +
|}
 +
 
 +
=== Using the filesysorg/jfileserver Docker Image ===
 +
 
 +
=== Using the filesysorg/jfileserver-db-postgres Image ===
 +
 
 +
=== Using the filesysorg/jfileserver-enterprise Image ===

Revision as of 10:10, 3 January 2019

There are a number of Docker images available with various configurations of the JFileServer. The following Docker images are available :-

Image Description
filesysorg/jfileserver JFileServer file server configured with the SMB server enabled
filesysorg/jfileserver-db-postgres JFileServer file server plus the PostGres database filesystem add-on
filesysorg/jfileserver-enterprise JFileServer file server plus the Enterprise add-on to add support for SMB2 and SMB3

Using the filesysorg/jfileserver Docker Image

Using the filesysorg/jfileserver-db-postgres Image

Using the filesysorg/jfileserver-enterprise Image