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%% |
117 | |||
118 | %%(cl) docker run -it trojer/wackowiki:latest bash%% | ||
116 | 119 | ||
117 | 120 | ||
118 | docker ps | 121 | docker ps |
119 | docker rmi -f $(docker images -f "dangling=true" -q) | 122 | docker rmi -f $(docker images -f "dangling=true" -q) |
120 | 123 | ||
121 | 124 | ||
122 |
==== |
125 | ==== 5. WackoWikiWeb aufrufen== |
123 | fĂźr WackoWikiWeb: http://localhost:10080/ | 126 | fĂźr WackoWikiWeb: http://localhost:10080/ |
124 | fĂźr phpMyAdmin http://localhost:10081/ | 127 | fĂźr phpMyAdmin http://localhost:10081/ |
125 | 128 | ||
… | … | … | … |
131 | * secure linux image | 134 | * secure linux image |
132 | * nonrootuser | 135 | * nonrootuser |
133 | * https://github.com/jakubboucek/docker-lamp-devstack?tab=readme-ov-file#built-images | 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/ |