Versionsunterschiede von Testing / Docker
106 | 106 | |
---|---|---|
107 | 107 | |
108 | 108 | ==== 4. Docker Programme ==== |
109 | Im Projektverzeichnis und docker-Dienst ist gestartet? | |
110 | %%(cl) systemctl status docker%% | |
111 | ||
109 | 112 | %%(cl) docker image ls%% |
110 | 113 | %%(cl) docker compose pull%% |
111 | 114 | %%(cl) docker build -t trojer/wackowiki:latest .%% |
115 | %%(cl) docker compose down%% | |
112 | 116 | %%(cl) docker compose up%% |
113 | 117 | |
114 | 118 | |
… | … | … |
116 | 120 | docker rmi -f $(docker images -f "dangling=true" -q) |
117 | 121 | |
118 | 122 | |
123 | ==== 5. WackoWikiWeb aufrufen== | |
124 | fĂźr WackoWikiWeb: http://localhost:10080/ | |
125 | fĂźr phpMyAdmin http://localhost:10081/ | |
119 | 126 | |
120 | 127 | |
121 |
|
|
122 | 128 | |
123 | 129 | |
124 | 130 | **ToDo** |
125 | 131 | * security |
126 | 132 | * secure linux image |
127 | 133 | * nonrootuser |
128 | ||
134 | * https://github.com/jakubboucek/docker-lamp-devstack?tab=readme-ov-file#built-images | |
135 | * https://goneuland.de/lamp-stack-apache-mysql-php-mit-docker-compose-und-traefik-installieren/ |