We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3f94f commit 1ad8baeCopy full SHA for 1ad8bae
README.md
@@ -1,12 +1,12 @@
1
## Pulling the image
2
3
-```
4
-docker pull ...tba...
+```bash
+docker pull ghcr.io/techcentr/nodejs-devenv
5
```
6
7
## Available tags
8
9
-- `nodejs-devenv:<version>-node14-alpine` - based on NodeJS v14 alpine image
+- `ghcr.io/techcentr/nodejs-devenv` - based on NodeJS v14 alpine image
10
11
## Installed software
12
The image contains other required software. For full list, check the [Dockerfile](./Dockerfile).
0 commit comments