Skip to content

Commit 4bb37ba

Browse files
committed
Remove tables in README, because go-md2man cannot convert them properly
1 parent 087bb75 commit 4bb37ba

File tree

4 files changed

+47
-28
lines changed

4 files changed

+47
-28
lines changed

1.10/README.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,27 @@ S2I build support
4747
Nginx server image can be extended using S2I tool (see Usage section).
4848
S2I build folder structure:
4949
50-
| Folder name | Description |
51-
| :-------------------------- | ----------------------------------------- |
52-
| ./nginx-cfg/*.conf | Should contain all nginx configuration we want to include into image |
53-
| ./nginx-default-cfg/*.conf | Contains any nginx config snippets to include in the default server block |
54-
| ./nginx-start-hook/*.sh | Contains shell scripts that are sourced right before nginx is launched |
55-
| ./ | Should contain nginx application source code |
50+
**`./nginx-cfg/*.conf`**
51+
Should contain all nginx configuration we want to include into image
52+
53+
**`./nginx-default-cfg/*.conf`**
54+
Contains any nginx config snippets to include in the default server block
55+
56+
**`./nginx-start-hook/*.sh`**
57+
Contains shell scripts that are sourced right before nginx is launched
58+
59+
**`./`**
60+
Should contain nginx application source code
61+
5662
5763
Environment variables and volumes
5864
-------------
5965
The nginx container image supports the following configuration variable, which can be set by using the `-e` option with the docker run command:
6066
6167
62-
| Variable name | Description |
63-
| :--------------------- | ----------------------------------------- |
64-
| `NGINX_LOG_TO_VOLUME` | When `NGINX_LOG_TO_VOLUME` is set, nginx logs into `/var/opt/rh/rh-nginx110/log/nginx/` |
68+
**`NGINX_LOG_TO_VOLUME`**
69+
When `NGINX_LOG_TO_VOLUME` is set, nginx logs into `/var/opt/rh/rh-nginx110/log/nginx/`
70+
6571
6672
6773
Troubleshooting

1.12/README.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,27 @@ S2I build support
4747
Nginx server image can be extended using S2I tool (see Usage section).
4848
S2I build folder structure:
4949
50-
| Folder name | Description |
51-
| :-------------------------- | ----------------------------------------- |
52-
| ./nginx-cfg/*.conf | Should contain all nginx configuration we want to include into image |
53-
| ./nginx-default-cfg/*.conf | Contains any nginx config snippets to include in the default server block |
54-
| ./nginx-start-hook/*.sh | Contains shell scripts that are sourced right before nginx is launched |
55-
| ./ | Should contain nginx application source code |
50+
**`./nginx-cfg/*.conf`**
51+
Should contain all nginx configuration we want to include into image
52+
53+
**`./nginx-default-cfg/*.conf`**
54+
Contains any nginx config snippets to include in the default server block
55+
56+
**`./nginx-start-hook/*.sh`**
57+
Contains shell scripts that are sourced right before nginx is launched
58+
59+
**`./`**
60+
Should contain nginx application source code
61+
5662
5763
Environment variables and volumes
5864
-------------
5965
The nginx container image supports the following configuration variable, which can be set by using the `-e` option with the docker run command:
6066
6167
62-
| Variable name | Description |
63-
| :--------------------- | ----------------------------------------- |
64-
| `NGINX_LOG_TO_VOLUME` | When `NGINX_LOG_TO_VOLUME` is set, nginx logs into `/var/opt/rh/rh-nginx112/log/nginx/` |
68+
**`NGINX_LOG_TO_VOLUME`**
69+
When `NGINX_LOG_TO_VOLUME` is set, nginx logs into `/var/opt/rh/rh-nginx112/log/nginx/`
70+
6571
6672
6773
Troubleshooting

1.8/README.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,27 @@ S2I build support
4949
Nginx server image can be extended using S2I tool (see Usage section).
5050
S2I build folder structure:
5151
52-
| Folder name | Description |
53-
| :-------------------------- | ----------------------------------------- |
54-
| ./nginx-cfg/*.conf | Should contain all nginx configuration we want to include into image |
55-
| ./nginx-default-cfg/*.conf | Contains any nginx config snippets to include in the default server block |
56-
| ./nginx-start-hook/*.sh | Contains shell scripts that are sourced right before nginx is launched |
57-
| ./ | Should contain nginx application source code |
52+
**`./nginx-cfg/*.conf`**
53+
Should contain all nginx configuration we want to include into image
54+
55+
**`./nginx-default-cfg/*.conf`**
56+
Contains any nginx config snippets to include in the default server block
57+
58+
**`./nginx-start-hook/*.sh`**
59+
Contains shell scripts that are sourced right before nginx is launched
60+
61+
**`./`**
62+
Should contain nginx application source code
63+
5864
5965
Environment variables and volumes
6066
-------------
6167
The nginx container image supports the following configuration variable, which can be set by using the `-e` option with the docker run command:
6268
6369
64-
| Variable name | Description |
65-
| :--------------------- | ----------------------------------------- |
66-
| `NGINX_LOG_TO_VOLUME` | When `NGINX_LOG_TO_VOLUME` is set, nginx logs into `/var/opt/rh/rh-nginx18/log/nginx/` |
70+
**`NGINX_LOG_TO_VOLUME`**
71+
When `NGINX_LOG_TO_VOLUME` is set, nginx logs into `/var/opt/rh/rh-nginx18/log/nginx/`
72+
6773
6874
6975
Troubleshooting

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Choose either the CentOS7 or RHEL7 based image:
3030

3131
* **RHEL7 based image**
3232

33-
This image is available in Red Hat Container Registry. To download it run:
33+
These images are available in the [Red Hat Container Catalog](https://access.redhat.com/containers/#/registry.access.redhat.com/rhscl/nginx-112-rhel7).
34+
To download it run:
3435

3536
```
3637
$ docker pull registry.access.redhat.com/rhscl/nginx-112-rhel7

0 commit comments

Comments
 (0)