Docker Image for compose/transporter
3.2K
Docker Image for compose/transporter.
Dockerfile linksThe following Docker Image tags are supported.
Transporter helps with database transformations from one store to another. It can also sync from one to another or several stores.
In order to run a basic container capable of running Transporter start a container as follows:
$ docker run --name my-transport \
-v "$(pwd):/usr/src/app"
-d starefossen/transport
For more detailed instructions about how to start and control your Transporter container, see the Transporter documentation.
The starefossen/transporter images come in two flavors, each designed for a
specific use case.
starefossen/transporter:latest
This is the bleeding edge latest version of the image. You should use this under active development, but not for stable production usage.
starefossen/transporter:<version>
This is the locked down version of the installed software inside the image.
This Docker image is licensed under the MIT License.
Software contained in this image is licensed under the following:
This image is officially supported on Docker version 1.8.1.
Support for older versions (down to 1.0) is provided on a best-effort basis.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
Content type
Image
Digest
sha256:6359a838b…
Size
68.5 MB
Last updated
over 8 years ago
docker pull starefossen/transporter