Versionsunterschiede von Testing / Docker
| 112 | 112 | %%(cl) docker image ls%% |
|---|---|---|
| 113 | 113 | %%(cl) docker compose pull%% |
| 114 | 114 | %%(cl) docker build -t trojer/wackowiki:latest .%% |
| 115 | %%(cl) docker compose down%% | |
| 115 | 116 | %%(cl) docker compose up%% |
| 117 | ||
| 118 | %%(cl) docker run -it trojer/wackowiki:latest bash%% | |
| 116 | 119 | |
| 117 | 120 | |
| 118 | 121 | docker ps |
| 119 | 122 | docker rmi -f $(docker images -f "dangling=true" -q) |
| 120 | 123 | |
| 121 | 124 | |
| 122 |
==== |
|
| 125 | ==== 5. WackoWikiWeb aufrufen== | |
| 123 | 126 | fĂźr WackoWikiWeb: http://localhost:10080/ |
| 124 | 127 | fĂźr phpMyAdmin http://localhost:10081/ |
| 125 | 128 | |
| … | … | … |
| 131 | 134 | * secure linux image |
| 132 | 135 | * nonrootuser |
| 133 | 136 | * https://github.com/jakubboucek/docker-lamp-devstack?tab=readme-ov-file#built-images |
| 137 | * https://goneuland.de/lamp-stack-apache-mysql-php-mit-docker-compose-und-traefik-installieren/ |