Skip to content

Commit 2ae6a08

Browse files
Update README.md
1 parent d63f3ad commit 2ae6a08

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<!-- Badges -->
1010
<div align="center">
1111
<!-- Stability -->
12-
<img alt="GitHub Actions State" src="https://github.com/willtheorangeguy/willtheorangeguy.github.io/actions/workflows/pages/pages-build-deployment/badge.svg">
12+
<img alt="Docker State" src="https://github.com/willtheorangeguy/willtheorangeguy.github.io/actions/workflows/docker-publish.yml/badge.svg">
13+
<!-- Stability -->
14+
<img alt="GitHub Pages State" src="https://github.com/willtheorangeguy/willtheorangeguy.github.io/actions/workflows/pages/pages-build-deployment/badge.svg">
1315
<!-- CodeQL -->
1416
<img alt="CodeQL State" src="https://github.com/willtheorangeguy/willtheorangeguy.github.io/actions/workflows/codeql.yml/badge.svg">
1517
<!-- Gitleaks -->
@@ -59,6 +61,18 @@ $ cd willtheorangeguy.github.io
5961
$ index.html
6062
```
6163

64+
You can also pull the [Docker](https://www.docker.com/) image from GitHub Packages. From your command line:
65+
66+
```bash
67+
# Pull image
68+
$ docker pull ghcr.io/willtheorangeguy/willtheorangeguy.github.io:main
69+
70+
# Run container
71+
$ docker run -d -p 80 ghcr.io/willtheorangeguy/willtheorangeguy.github.io:main
72+
73+
# Now, navigate to localhost in your browser to see the webpage
74+
```
75+
6276
If support is required, please open a **[GitHub Discussion](https://github.com/willtheorangeguy/willtheorangeguy.github.io/discussions/new)** or join our **[Discord](https://discord.gg/axMJXSRvTJ)**.
6377

6478
## Contributing

0 commit comments

Comments
 (0)