Skip to content

CapillarySoftware/dockerized-atom-with-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom

The hard work here was done by @jamesnetherton in figuring out how to run atom as a gui app from inside of docker. This version is just some changes we needed to support child images.

Overview

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

Building the image

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

docker build .

Running Atom

First up, you'll need to allow docker containers to access your X server. To do this run:

xhost +

This allows all hosts access to the X server and thus isn't great for security. When you're done using your containers, it's a good idea to revoke access with:

xhost -

To launch Atom do:

./run.sh

About

Because everyone needs some nodejs with atom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages