Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tools:docker [2022/07/15 16:23]
darron [Docker]
tools:docker [2022/07/17 16:07]
darron [WordPress]
Line 4: Line 4:
 application within its jailed system rather than being a lightweight application within its jailed system rather than being a lightweight
 VM. It's like having a chroot management system enhanced with networking. One side VM. It's like having a chroot management system enhanced with networking. One side
-effect of not having an init process is zombie processes can accumulate in the container. Docker is also dependant on the overlay2 file system which is very slow.+effect of not having an init process is zombie processes can accumulate in the container. Docker is also dependant on the overlay2 file system which is relatively slow.
  
 Docker has a lot of pre-built applications, and due to this the docker ecosystem Docker has a lot of pre-built applications, and due to this the docker ecosystem
Line 233: Line 233:
  
 ===WordPress=== ===WordPress===
 +
 +This is the process I used to develop a WordPress docker container. Following this is
 +the method using a Dockerfile which automates the process once it is known. Some differences
 +are also found in the application of the container during development.
  
 ==Proxy== ==Proxy==