Sign inSign up

joshuacox/atom

By joshuacox

•Updated almost 8 years ago

Atom in a Docker Container

Image
1

253

joshuacox/atom repository overview

⁠docker-atom-editor

⁠Overview

Install and run the Atom editor⁠ from within a Docker container.

⁠Running Atom

docker run -d -v /tmp/.X11-unix/:/tmp/.X11-unix/ \
              -v /dev/shm:/dev/shm \
              -v ${HOME}/.atom:/home/atom/.atom \
              -e DISPLAY \
              joshuacox/atom

Note that -v /dev/shm:/dev/shm may be optional and can be replaced by --shm-size="<number><unit>".

⁠Building the image

Clone this repository, change into the source directory and run:

docker build . -t atom

Tag summary

Content type

Image

Digest

Size

272 MB

Last updated

almost 8 years ago

docker pull joshuacox/atom