Difference between revisions of "SMWConTalk2022-10"
Jump to navigation
Jump to search
| Line 17: | Line 17: | ||
{{Link|target=https://hub.docker.com/_/mediawiki|title=Mediawiki official docker images}} | {{Link|target=https://hub.docker.com/_/mediawiki|title=Mediawiki official docker images}} | ||
==⌘⌘ Limitations of Dockerfiles == | ==⌘⌘ Limitations of Dockerfiles == | ||
| + | The Dockerfile syntax and semantic does not allow for | ||
| + | proper programming logic - see e.g. [https://stackoverflow.com/questions/39496017/iterate-in-run-command-in-dockerfile iterate in run command] stackoverflow question | ||
| + | |||
==⌘⌘ Automating Mediawiki Installation == | ==⌘⌘ Automating Mediawiki Installation == | ||
Revision as of 07:54, 26 October 2022
<slideshow style="bitplan" headingmark="⌘⌘" incmark="…" scaled="true" font="Arial" >
- title

pymediawikidocker- author
Wolfgang Fahl info@bitplan.com- footer
- Tutorial
- subfooter
- SMW Con Fall 2020
</slideshow>
⌘⌘ Agenda
- Docker
- Mediawiki Docker images
- Limitations of Docker files
- Automating Mediawiki Installation
⌘⌘ Docker
⌘⌘ Mediawiki Docker images
Mediawiki official docker images
⌘⌘ Limitations of Dockerfiles
The Dockerfile syntax and semantic does not allow for proper programming logic - see e.g. iterate in run command stackoverflow question