Update Vagrant and Docker links to use https

This commit is contained in:
Josh Lockhart
2018-06-19 15:13:12 -04:00
parent d6ebe39dff
commit 9059a5fd29
2 changed files with 7 additions and 7 deletions

View File

@@ -28,10 +28,10 @@ document controls everything that is installed on the virtual machine.
- [Phansible][Phansible]: provides an easy to use interface that helps you generate Ansible Playbooks for PHP based projects. - [Phansible][Phansible]: provides an easy to use interface that helps you generate Ansible Playbooks for PHP based projects.
[Vagrant]: http://vagrantup.com/ [Vagrant]: https://www.vagrantup.com/
[Puppet]: http://www.puppetlabs.com/ [Puppet]: https://puppet.com/
[Chef]: https://www.chef.io/ [Chef]: https://www.chef.io/
[Rove]: http://rove.io/ [Rove]: http://rove.io/
[Puphpet]: https://puphpet.com/ [Puphpet]: https://puphpet.com/
[Protobox]: http://getprotobox.com/ [Protobox]: https://www.getprotobox.com/
[Phansible]: http://phansible.com/ [Phansible]: http://phansible.com/

View File

@@ -11,7 +11,7 @@ A typical LAMP application might have three containers: a web server, a PHP-FPM
You can generate containers from the command line (see example below) or, for ease of maintenance, build a `docker-compose.yml` file for your project specifying which to create and how they communicate with one another. You can generate containers from the command line (see example below) or, for ease of maintenance, build a `docker-compose.yml` file for your project specifying which to create and how they communicate with one another.
Docker may help if you're developing multiple websites and want the separation that comes from installing each on it's own virtual machine, but don't have the necessary disk space or the time to keep everything up to date. It's efficient: the installation and downloads are quicker, you only need to store one copy of each image however often it's used, containers need less RAM and share the same OS kernel, so you can have more servers running simultaneously, and it takes a matter of seconds to stop and start them, no need to wait for a full server boot. Docker may help if you're developing multiple websites and want the separation that comes from installing each on it's own virtual machine, but don't have the necessary disk space or the time to keep everything up to date. It's efficient: the installation and downloads are quicker, you only need to store one copy of each image however often it's used, containers need less RAM and share the same OS kernel, so you can have more servers running simultaneously, and it takes a matter of seconds to stop and start them, no need to wait for a full server boot.
### Example: Running your PHP Applications in Docker ### Example: Running your PHP Applications in Docker
@@ -36,9 +36,9 @@ The [PHPDocker.io] site will auto-generate all the files you need for a fully-fe
* [Docker Hub][docker-hub] * [Docker Hub][docker-hub]
* [Docker Hub - official images][docker-hub-official] * [Docker Hub - official images][docker-hub-official]
[Docker]: http://docker.com/ [Docker]: https://www.docker.com/
[docker-hub]: https://hub.docker.com/ [docker-hub]: https://hub.docker.com/
[docker-hub-official]: https://hub.docker.com/explore/ [docker-hub-official]: https://hub.docker.com/explore/
[docker-install]: https://docs.docker.com/installation/ [docker-install]: https://docs.docker.com/install/
[docker-doc]: https://docs.docker.com/userguide/ [docker-doc]: https://docs.docker.com/
[PHPDocker.io]: https://phpdocker.io/generator [PHPDocker.io]: https://phpdocker.io/generator