ftpub is available as a pre-configured image in a Docker registry. The following pre-configured tags are available:
latestis an alias for the latest stable release.betais an alias for the latest test release.alphais an alias for an early test release.
Using the alpha version is not recommended.
It is possible to run ftpub in a Docker container as follows:
-
Open a terminal window, and run the following command to pull the latest version of the image:
docker pull fluidtopics/publisherIt is possible to target a different version of the image as follows:
docker pull fluidtopics/publisher:beta -
Go to the directory containing the content to publish.
-
Run the following command to create a volume named
doccontaining the content to publish:docker run -v $PWD:/doc -it fluidtopics/publish /bin/bash -
Run the following command to display the help tool:
ftpub --help
If not yet familiar with basic Docker concepts, see Get started.