Skip to content

Commit 623cdd1

Browse files
updated readme
1 parent 62ed23d commit 623cdd1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ Commit and push your changes, merge to master, and wait a few minutes.
6464
- `config.toml` The main config for Hugo
6565

6666

67+
## Docker
68+
69+
I version SLDN by dates, so I keep the dates in the container tag, you can change `20250526` to `latest` or whatever when building locally.
70+
71+
```bash
72+
$> podman build . -t sldn:20250526
73+
$> podman run -p 1313:1313 sldn:20250526
74+
```
75+
Site will be availble on `http://localhost:1313`
76+
6777
## Making Changes.
6878

6979
Files in the /content/reference section are automatically generated and shouldn't be modified by hand. Otherwise, simply creating a pull request for changes is usually sufficient. See the [CONTRIBUTING](https://github.com/softlayer/githubio_source/blob/master/CONTRIBUTING.md) guide for more specific details.

0 commit comments

Comments
 (0)