|
12 | 12 | If you want to run a Docker VM make sure you're using VMware or Parallels Desktop because of
|
13 | 13 | the much faster virtualisation (networking, disk access, shared folders) compared to VirtualBox.
|
14 | 14 |
|
15 | | -There is also a [Vagrant VM for VirtualBox, VMware and Parallels](https://github.com/mblaschke/vagrant-development) |
| 15 | +There is also a [Vagrant VM for VirtualBox, VMware and Parallels](https://github.com/webdevops/vagrant-development) |
16 | 16 | with a mailcatcher (Postfix with Dovecot, catches all outgoing mails).
|
17 | 17 |
|
18 | 18 | _Warning:_ Boot2docker ist not recommended because of slow/buggy file sharing between host and guest and there is no
|
19 | 19 | convienient way to access the box with Samba or SSH.
|
20 | 20 | This Docker boilerplate tries to avoid common anti-pattners like a Samba/SSH container because Boot2docker
|
21 | 21 | isn't able to handle such tasks.
|
22 | 22 |
|
23 | | -For more convenience use [CliTools.phar](https://github.com/mblaschke/clitools) (will also run on native Linux, not only inside a Vagrant box) |
| 23 | +For more convenience use [CliTools.phar](https://github.com/webdevops/clitools) (will also run on native Linux, not only inside a Vagrant box) |
24 | 24 |
|
25 | 25 | ## First startup
|
26 | 26 |
|
27 | 27 | ```bash
|
28 | | -git clone --recursive https://github.com/mblaschke/TYPO3-docker-boilerplate.git projectname |
| 28 | +git clone --recursive https://github.com/webdevops/php-docker-boilerplate.git projectname |
29 | 29 |
|
30 | 30 | cd projectname
|
31 | 31 |
|
|
0 commit comments