exira/data-typo3
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 .
This images exposes the TYPO3 files using a volume /var/www/
with the files itself located in /var/www/public_html/
docker pull exira/data-typo3