Sign inSign up

ludwigprager/atom-python

By ludwigprager

Updated almost 7 years ago

run atom for python with some packages preinstalled

Image
0

260

ludwigprager/atom-python repository overview

usage

xhost +

docker run -it --rm \
  --hostname="atom" \
  --name="atom" \
  --net=host \
  -e DISPLAY \
  --device /dev/snd \
  -v /tmp/.X11-unix:/tmp/.X11-unix \
  -v $(pwd):/home/atom/workspace/ \
  ludwigprager/atom-python:latest

Build the Container yourself

docker build -t ludwigprager/atom-python .

Tag summary

Content type

Image

Digest

Size

585.6 MB

Last updated

almost 7 years ago

docker pull ludwigprager/atom-python