mirror of
https://github.com/clearlinux/docs.git
synced 2026-09-03 12:21:38 +00:00
Merge pull request #300 from ngineered/master
Adding a stanza to test the config file
This commit is contained in:
+12
-1
@@ -23,10 +23,21 @@ FROM haproxy:1.5
|
||||
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
|
||||
```
|
||||
|
||||
Build and run:
|
||||
## Build the container
|
||||
|
||||
```console
|
||||
$ docker build -t my-haproxy .
|
||||
```
|
||||
|
||||
## Test the configuration file
|
||||
|
||||
```console
|
||||
$ docker run -it --rm --name haproxy-syntax-check haproxy:1.5 haproxy -c -f /usr/local/etc/haproxy/haproxy.cfg
|
||||
```
|
||||
|
||||
## Run the container
|
||||
|
||||
```console
|
||||
$ docker run -d --name my-running-haproxy my-haproxy
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user