Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 761 Bytes

File metadata and controls

33 lines (27 loc) · 761 Bytes

Pulls

Python (latest) with Node.js 8.x

Based on srcbot/docker-python-nodejs

  • Node: 8.x
  • npm: 5.x
  • yarn: stable
  • Python: 3.6
  • pip: 9.x
  • pipenv
  • gettext

Pull from Docker Hub

docker pull janostolgyesi/docker-python-nodejs:latest

Build from GitHub

docker build -t janostolgyesi/docker-python-nodejs github.com/mrtj/docker-python-nodejs

Run image

docker run -it janostolgyesi/docker-python-nodejs bash

Use as base image

FROM janostolgyesi/docker-python-nodejs:latest