Skip to content

Commit c7cbcf5

Browse files
authored
Update part12a.md
Link to the official image of node on docker hub is broken. Replaced it for the one that works
1 parent 6a8c4db commit c7cbcf5

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)