Versionsunterschiede von Testing / Docker




← Vorherige Änderung
Nächste Änderung →




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