/docker-python-nodejs

Python (latest) with Node.js 10.x docker image

Primary LanguageDockerfile

Travis Pulls Release

Python (latest) with Node.js 10.x based on beevelop/nodejs-python

  • Node: 10.x
  • npm: 6.x
  • yarn: stable
  • Python: 3.5
  • pip: latest
  • pipenv: latest

Pull from Docker Hub

docker pull nikolaik/python-nodejs:latest

Build from GitHub

docker build -t nikolaik/python-nodejs github.com/nikolaik/docker-python-nodejs

Run image

docker run -it nikolaik/python-nodejs bash

Use as base image

FROM nikolaik/python-nodejs:latest

Disclaimer

This is experimental and might break from time to time. Use at your own risk!