Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:docker [2022/07/17 16:09] – [Docker file] darron | tools:docker [2022/07/17 16:11] (current) – [Resources] darron | ||
---|---|---|---|
Line 232: | Line 232: | ||
</ | </ | ||
- | ===WordPress=== | + | ===WordPress |
This is the process I used to develop a WordPress docker container. Following this is | This is the process I used to develop a WordPress docker container. Following this is | ||
Line 374: | Line 374: | ||
run: | run: | ||
- | docker run -d -t --net vlan --ip 100.124.0.11 --name wp-dev alpine_wp | + | docker run -d -t --net vlan --ip 10.44.0.11 --name wp-dev alpine_wp |
test: | test: | ||
- | curl -v http://100.124.0.11/ | + | curl -v http://10.44.0.11/ |
stop: | stop: | ||
Line 500: | Line 500: | ||
[[https:// | [[https:// | ||
+ | |||
+ | [[https:// | ||