Versionsunterschiede von Testing / Docker
| 112 | %%(cl) docker image ls%% | 112 | %%(cl) docker image ls%% |
|---|---|---|---|
| 113 | %%(cl) docker compose pull%% | 113 | %%(cl) docker compose pull%% |
| 114 | %%(cl) docker build -t trojer/wackowiki:latest .%% | 114 | %%(cl) docker build -t trojer/wackowiki:latest .%% |
| 115 | %%(cl) docker compose down%% | ||
| 115 | %%(cl) docker compose up%% | 116 | %%(cl) docker compose up%% |
| 116 | 117 | ||
| 117 | 118 | ||
| … | … | … | … |
| 119 | docker rmi -f $(docker images -f "dangling=true" -q) | 120 | docker rmi -f $(docker images -f "dangling=true" -q) |
| 120 | 121 | ||
| 121 | 122 | ||
| 122 |
==== |
123 | ==== 5. WackoWikiWeb aufrufen== |
| 123 | fĂźr WackoWikiWeb: http://localhost:10080/ | 124 | fĂźr WackoWikiWeb: http://localhost:10080/ |
| 124 | fĂźr phpMyAdmin http://localhost:10081/ | 125 | fĂźr phpMyAdmin http://localhost:10081/ |
| 125 | 126 |