Skip to content

Commit a68391c

Browse files
committed
Updated INSTALL
1 parent 6fba4cb commit a68391c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

documentation/INSTALL.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,17 @@ the much faster virtualisation (networking, disk access, shared folders) compare
1515
There is also a [Vagrant VM for VirtualBox, VMware and Parallels](https://github.com/mblaschke/vagrant-development)
1616
with a mailcatcher (Postfix with Dovecot, catches all outgoing mails).
1717

18+
*Warning:* Boot2docker ist not recommended because of slow/buggy file sharing between host and guest and there is no
19+
convienient way to access the box with Samba or SSH.
20+
This Docker boilerplate tries to avoid common anti-pattners like a Samba/SSH container because Boot2docker
21+
isn't able to handle such tasks.
22+
1823
For more convenience use [CliTools.phar](https://github.com/mblaschke/clitools) (will also run on native Linux, not only inside a Vagrant box)
1924

2025
## First startup
2126

2227
```bash
23-
git clone https://github.com/mblaschke/TYPO3-docker-boilerplate.git projectname
28+
git clone --recursive https://github.com/mblaschke/TYPO3-docker-boilerplate.git projectname
2429

2530
cd projectname
2631

0 commit comments

Comments
 (0)