Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Commit 0ba986c

Browse files
author
Evandro Myller
committed
Include a README
1 parent 95999cb commit 0ba986c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# python-nodejs
2+
3+
A slim Python-based image that includes NodeJS 10.x.
4+
5+
6+
## How to use
7+
8+
```sh
9+
$ docker run --rm -it emyller/python-nodejs node --version
10+
v10.5.0
11+
12+
$ docker run --rm -it emyller/python-nodejs python --version
13+
Python 3.6.5
14+
```

0 commit comments

Comments
 (0)