19 lines
334 B
Markdown
19 lines
334 B
Markdown
|
# nix-flakes-node docker image
|
||
|
|
||
|
How to build:
|
||
|
```
|
||
|
docker load --input $(nix-build default.nix)
|
||
|
```
|
||
|
|
||
|
How to test:
|
||
|
```
|
||
|
docker tag nix-flakes-node:ghyn1438kgxp09pxlpg6xakyw2fkjyhi nix-flakes-node:latest
|
||
|
docker run -it --rm nix-flakes-node:latest bash
|
||
|
|
||
|
bash-5.2# node
|
||
|
|
||
|
Welcome to Node.js v20.5.1.
|
||
|
Type ".help" for more information.
|
||
|
>
|
||
|
```
|