exira/data-typo3

By exira

Updated over 8 years ago

Typo3 Docker Data container.

Image
0

209

exira/data-typo3

Get this image

The recommended way to get the Exira TYPO3 Docker Data Image is to pull the prebuilt image from the Docker Hub Registry.

docker pull exira/data-typo3:latest

To use a specific version, you can pull a versioned tag. You can view the list of available versions in the Docker Hub Registry.

docker pull exira/data-typo3:[TAG]

If you wish, you can also build the image yourself.

git clone https://github.com/exira/docker-data-typo3.git
cd docker-data-typo3
docker build -t exira/data-typo3 .

Using this image

This images exposes the TYPO3 files using a volume /var/www/ with the files itself located in /var/www/public_html/

Docker Pull Command

docker pull exira/data-typo3