Skip to content

Commit 63f3753

Browse files
authored
Update README with Docker usage instructions
Added instructions for pulling and running Docker image.
1 parent 5418074 commit 63f3753

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ For visual style guidance, refer to the
1414
You can run the screenshot project locally using the prebuilt Docker image:
1515

1616
```bash
17+
docker pull linawolf/typo3-screenshots
18+
docker rm -f typo3-screenshots
1719
docker run -d --name typo3-screenshots -p 8080:80 linawolf/typo3-screenshots
1820
```
1921

0 commit comments

Comments
 (0)