Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 65b3331

Browse files
Add Docker installation instructions
1 parent cdc8557 commit 65b3331

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@ $ cd DFD-Code-Style-Guide
6464
$ index.html
6565
```
6666

67+
You can also pull the [Docker](https://www.docker.com/) image from GitHub Packages. From your command line:
68+
69+
```bash
70+
# Pull image
71+
$ docker pull docker pull ghcr.io/dog-face-development/dfd-code-style-guide:master
72+
73+
# Run container
74+
$ docker run -d -p 8000:80 docker pull ghcr.io/dog-face-development/dfd-code-style-guide:master
75+
76+
# Now, navigate to localhost in your browser to see the webpage
77+
```
78+
6779
If support is required, please open a **[GitHub Discussion](https://github.com/Dog-Face-Development/DFD-Code-Style-Guide/discussions)** or join our **[Discord](https://discord.gg/73azSgcNYt)**.
6880

6981
## Contributing

0 commit comments

Comments
 (0)