Skip to content

Commit ffce937

Browse files
authored
Merge pull request #3185 from aguperes/patch-1
Update part12a.md
2 parents 6a8c4db + c7cbcf5 commit ffce937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/12/en/part12a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ hopeful_clarke
392392
393393
Create a file <i>index.js</i> to your current directory and write _console.log('Hello, World')_ inside it. No need for containers yet.
394394
395-
Next, let's skip installing Node altogether. There are plenty of useful Docker images in Docker Hub ready for our use. Let's use the image [https://hub.docker.com/_/Node](https://hub.docker.com/_/Node), which has Node already installed. We only need to pick a version.
395+
Next, let's skip installing Node altogether. There are plenty of useful Docker images in Docker Hub ready for our use. Let's use the image [https://hub.docker.com/_/node](https://hub.docker.com/_/node), which has Node already installed. We only need to pick a version.
396396
397397
By the way, the _container run_ accepts _--name_ flag that we can use to give a name for the container.
398398

0 commit comments

Comments
 (0)