Versionsunterschiede von Testing / Docker
112 | %%(cl) docker image ls%% |
---|---|
113 | %%(cl) docker compose pull%% |
114 | %%(cl) docker build -t trojer/wackowiki:latest .%% |
115 | %%(cl) docker compose down%% |
116 | %%(cl) docker compose up%% |
117 | |
118 | |
… | … |
120 | docker rmi -f $(docker images -f "dangling=true" -q) |
121 | |
122 | |
123 | ==== |
124 | fĂźr WackoWikiWeb: http://localhost:10080/ |
125 | fĂźr phpMyAdmin http://localhost:10081/ |
126 | |
… | … |
132 | * secure linux image |
133 | * nonrootuser |
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/ |