/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

gist.github.com
| | timothymiller.dev
0.8 parsecs away

Travel
| | My experiments with WordPress dev environments.
| | prtksxna.com
0.7 parsecs away

Travel
| | Docker, specifically Docker compose, has served me well in keeping a sane development environment for my WordPress projects. MAMP was too much of a black box, and having a local PHP and SQL for both MediaWiki and WordPress was going to be more maintenance than I would have time for. With compose I have little [...]
| | blog.nuculabs.de
1.3 parsecs away

Travel
| Introduction Hello In this article we will discuss a tool called Docker Docker is a platform which allows to package individual applications in containers. This achieves application isolation at the OS level without the need to use virtualization technologies by making use of the OS APIs. Since it can be a little hard to get into Docker if you are new I will try to keep things short and concise.