Skip to content

Commit 635a692

Browse files
authored
Merge pull request #1006 from Happypig375/patch-7
Don't fix version in devcontainer.json
2 parents 981b16d + 75cd78b commit 635a692

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Jekyll",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye",
6+
"image": "mcr.microsoft.com/devcontainers/jekyll",
77

88
// Features to add to the dev container. More info: https://containers.dev/features.
99
"features": {

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ The easiest way to get started developing this repository on your own machine is
5959

6060
### Using the Dev Container
6161

62-
1. Open the repository in Visual Studio Code.
63-
2. When prompted, reopen the repository in the dev container.
64-
3. The dev container will automatically set up the development environment.
62+
1. Install and run [Docker](https://www.docker.com/).
63+
2. Open the repository in [Visual Studio Code](https://code.visualstudio.com/).
64+
3. When prompted, reopen the repository in the dev container.
65+
4. The dev container will automatically set up the development environment.
6566

6667
**Summary of using a dev container:**
6768
A dev container is a pre-configured development environment that includes all the necessary tools and dependencies. It allows you to start developing without having to manually set up your environment.

0 commit comments

Comments
 (0)