Skip to content

Commit 62226d3

Browse files
Update docs/admin/how-to/install/installing-in-a-container.md
Co-authored-by: Chris Burr <chrisburr@users.noreply.github.com>
1 parent c6f7975 commit 62226d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/admin/how-to/install/installing-in-a-container.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,10 @@ We ran these as root, as we were setting up our apache config as root and debugg
172172
{"keys":[{"crv":"Ed25519","x":"3_SrPXQyalji7nL4fNFh7JGBTwQBztmjnW7ogFusiPs","key_ops":["sign","verify"],"alg":"EdDSA","kid":"019a3a1b95b77b11a18bde7813b78fe2","kty":"OKP"}]}
173173
```
174174

175-
```
176175
To test the web container:
177-
curl -k https://diractest.grid.hep.ph.ic.ac.uk/
176+
177+
```bash
178+
$ curl -k https://diractest.grid.hep.ph.ic.ac.uk/
178179
<!DOCTYPE html><html lang="en"><head>[etc] (i.e. returns a web site)
179180
```
180181

0 commit comments

Comments
 (0)