This repository was archived by the owner on May 11, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (52 loc) · 2.31 KB
/
index.html
File metadata and controls
57 lines (52 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
layout: default
---
<h1>DEPRECATED / ARCHIVED</h1>
<p>This group / project is no longer maintained, there are sufficient alternatives to go to like:</p>
<ul>
<li><a href="https://ddev.com/">DDEV</a></li>
<li><a href="https://lando.dev/">Lando</a></li>
</ul>
<h2>DockerWest</h2>
<p>Docker West-Flanders. We try to bring you docker environments that are easy to use and deploy.</p>
<p> </p>
<div class="row">
<div class="col-md-3"><a href="{{ site.baseurl }}/compose-symfony"><img src="{{ site.baseurl }}/images/symfony.png" width="150px"></a></div>
<div class="col-md-3"><a href="{{ site.baseurl }}/compose-laravel"><img src="{{ site.baseurl }}/images/laravel.png" width="150px"></a></div>
<div class="col-md-3"><a href="{{ site.baseurl }}/compose-magento2"><img src="{{ site.baseurl }}/images/magento2.png" width="150px"></a></div>
<div class="col-md-3"><a href="{{ site.baseurl }}/compose-pimcore"><img src="{{ site.baseurl }}/images/pimcore.png" width="150px"></a></div>
</div>
<div class="row">
<div class="col-md-12 pt-3 pb-1">
<h3>So, what are you here for?</h3>
</div>
</div>
<div class="row">
<div class="col-12 col-md-4">
<div class="card mb-1">
<div class="card-body">
<h5 class="card-title">Our base images</h5>
<p class="card-text">We offer a number of docker images for common used technologies like PHP or NodeJs.</p>
<a href="{{ site.baseurl }}/base-images" class="btn btn-success">Check them out now</a>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="card mb-1">
<div class="card-body">
<h5 class="card-title">Our project specific images</h5>
<p class="card-text">Our images for frameworks or projects like Magento, Pimcore, Symfony & Laravel.</p>
<a href="{{ site.baseurl }}/project-specific-images" class="btn btn-success">Check them out now</a>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="card mb-1">
<div class="card-body">
<h5 class="card-title">Our compose environments</h5>
<p class="card-text">Complete working environments for frameworks or projects like Magento, Pimcore, Symfony & Laravel.</p>
<a href="{{ site.baseurl }}/compose-environments" class="btn btn-success">Check them out now</a>
</div>
</div>
</div>
</div>