Skip to content

Commit ddbc824

Browse files
Merge pull request #27 from Dog-Face-Development/willtheorangeguy-installation-instructions
Add Docker installation instructions
2 parents cdc8557 + 514612d commit ddbc824

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v0.2.0](https://github.com/Dog-Face-Development/DFD-Code-Style-Guide/releases/tag/v0.2.0)
4+
5+
### Added
6+
7+
- Docker Container.
8+
39
## [v0.1.0](https://github.com/Dog-Face-Development/DFD-Code-Style-Guide/releases/tag/v0.1.0)
410

511
### Added

README.md

+12
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)