Skip to content

Commit 3bf00cb

Browse files
committed
Fix documentation links
1 parent 45a3de2 commit 3bf00cb

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ Dockerfiles for various prebuilt docker containers
44

55
[![Docker layout](https://static.webdevops.io/docker-layout.small.png)](https://static.webdevops.io/docker-layout.png)
66

7-
Dockerfile | Description | Depends on |
8-
-------------------------------------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
9-
[`bootstrap`](base/README.md) | Distribution with ansible and some scripts | official docker files |
10-
[`base`](base/README.md) | Base containers for WebDevOps service containers | [`webdevops/bootstrap`](https://hub.docker.com/r/webdevops/bootstrap/) |
11-
[`php`](php/README.md) | PHP (cli and fpm) service containers | [`webdevops/base`](https://hub.docker.com/r/webdevops/base/) |
12-
[`php-apache`](php-apache/README.md) | PHP (cli and fpm) with Apache service containers | [`webdevops/php`](https://hub.docker.com/r/webdevops/php/) |
13-
[`php-nginx`](php-nginx/README.md) | PHP (cli and fpm) with Nginx service containers | [`webdevops/php`](https://hub.docker.com/r/webdevops/php/) |
14-
[`hhvm`](hhvm/README.md) | HHVM (cli and fcgi) service containers | [`webdevops/base`](https://hub.docker.com/r/webdevops/base/) |
15-
[`hhvm-apache`](hhvm-apache/README.md) | HHVM (cli and fcgi) with Apache service containers | [`webdevops/hhvm`](https://hub.docker.com/r/webdevops/hhvm/) |
16-
[`hhvm-nginx`](hhvm-nginx/README.md) | HHVM (cli and fcgi) with Nginx service containers | [`webdevops/hhvm`](https://hub.docker.com/r/webdevops/hhvm/) |
17-
[`vsftp`](vsftp/README.md) | VSFTP (ftp service) service container | [`webdevops/base:latest`](https://hub.docker.com/r/webdevops/base/) |
18-
[`storage`](storage/README.md) | Storage (noop) container | [`webdevops/base:latest`](https://hub.docker.com/r/webdevops/base/) |
19-
[`ssh`](ssh/README.md) | SSH service container | [`webdevops/base:latest`](https://hub.docker.com/r/webdevops/base/) |
20-
[`postfix`](postfix/README.md) | Postfix service container | [`webdevops/base:latest`](https://hub.docker.com/r/webdevops/base/) |
21-
[`mail-sandbox`](mail-sandbox/README.md) | Mail catcher service container (catches all mails via SMTP and are accessable via IMAP) | [`webdevops/postfix:latest`](https://hub.docker.com/r/webdevops/postfix/) |
22-
[`samson-deployment`](samson-deployment/README.md) | [Samson](https://github.com/webdevops/samson-deployment) based deployment service | [`zendesk/samson`](https://hub.docker.com/r/zendesk/samson/) |
7+
Dockerfile | Description | Depends on |
8+
--------------------------------------------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
9+
[`bootstrap`](docker/base/README.md) | Distribution with ansible and some scripts | official docker files |
10+
[`base`](docker/base/README.md) | Base containers for WebDevOps service containers | [`webdevops/bootstrap`](https://hub.docker.com/r/webdevops/bootstrap/) |
11+
[`php`](docker/php/README.md) | PHP (cli and fpm) service containers | [`webdevops/base`](https://hub.docker.com/r/webdevops/base/) |
12+
[`php-apache`](docker/php-apache/README.md) | PHP (cli and fpm) with Apache service containers | [`webdevops/php`](https://hub.docker.com/r/webdevops/php/) |
13+
[`php-nginx`](docker/php-nginx/README.md) | PHP (cli and fpm) with Nginx service containers | [`webdevops/php`](https://hub.docker.com/r/webdevops/php/) |
14+
[`hhvm`](docker/hhvm/README.md) | HHVM (cli and fcgi) service containers | [`webdevops/base`](https://hub.docker.com/r/webdevops/base/) |
15+
[`hhvm-apache`](docker/hhvm-apache/README.md) | HHVM (cli and fcgi) with Apache service containers | [`webdevops/hhvm`](https://hub.docker.com/r/webdevops/hhvm/) |
16+
[`hhvm-nginx`](docker/hhvm-nginx/README.md) | HHVM (cli and fcgi) with Nginx service containers | [`webdevops/hhvm`](https://hub.docker.com/r/webdevops/hhvm/) |
17+
[`vsftp`](docker/vsftp/README.md) | VSFTP (ftp service) service container | [`webdevops/base:latest`](https://hub.docker.com/r/webdevops/base/) |
18+
[`storage`](docker/storage/README.md) | Storage (noop) container | [`webdevops/base:latest`](https://hub.docker.com/r/webdevops/base/) |
19+
[`ssh`](docker/ssh/README.md) | SSH service container | [`webdevops/base:latest`](https://hub.docker.com/r/webdevops/base/) |
20+
[`postfix`](docker/postfix/README.md) | Postfix service container | [`webdevops/base:latest`](https://hub.docker.com/r/webdevops/base/) |
21+
[`mail-sandbox`](docker/mail-sandbox/README.md) | Mail catcher service container (catches all mails via SMTP and are accessable via IMAP) | [`webdevops/postfix:latest`](https://hub.docker.com/r/webdevops/postfix/) |
22+
[`samson-deployment`](docker/samson-deployment/README.md) | [Samson](https://github.com/webdevops/samson-deployment) based deployment service | [`zendesk/samson`](https://hub.docker.com/r/zendesk/samson/) |
2323

2424
# Building
2525

@@ -52,7 +52,7 @@ Command | Description
5252
# Provisioning
5353

5454
All `base` inherited containers provides an modular provisioning available as simple shell scripts and ansible roles.
55-
See [base/README.md](base/README.md) for more informations.
55+
See [docker/base/README.md](docker/base/README.md) for more informations.
5656

5757
The configuration and provisioning files are build from [_provisioning/](_provisioning/README.md) to get a consistent
5858
configuraiton for all containers. This also should reduce copy&paste errors because the configuration will be deployed

0 commit comments

Comments
 (0)