Sign inSign up

datagovsg/python-node

By datagovsg

Updated almost 9 years ago

Based off python:3.5 image and contains a node.js installation from the official docker image.

Image
2

10K+

datagovsg/python-node repository overview

python.node

This image is based off the python:3.5 image and contains a node.js installation based off the official docker image.

Building and pushing new images

Assuming that the Python version we want to build is 3.5 and the Node.js version is 6.9.4, then we can build the images as such:

docker build -t python-node:3.5-6.9.4 .
docker push python-node:3.5-6.9.4

Tag summary

Content type

Image

Digest

Size

266.7 MB

Last updated

over 9 years ago

docker pull datagovsg/python-node