I'm just going to leave this here. You see I was trying to containerize a node webkit app, so I thought why not atom. Except halfway through I realized it actually isn't a node webkit app. I finished it anyways because I had already started. It mounts the X11 socket so it's a containerized desktop app. You can do what you want with it. But since this is OSS, I am going to give you my opinion anyway. So here it is: You should take this and use it as a build script, because it seems like building this is a real PITA. Ok that's all, enjoy. Also this file was written in vim. No, I'm not sorry. Signed-off-by: Jessica Frazelle <jess@docker.com>
Atom is a hackable text editor for the 21st century, built on atom-shell, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.
Visit atom.io to learn more.
Installing
Mac OS X
Download the latest Atom release.
Atom will automatically update when a new release is available.
Windows
Install the Atom chocolatey package.
- Install chocolatey.
- Close and reopen your command prompt or PowerShell window.
- Run
cinst Atom - In the future run
cup Atomto upgrade to the latest release.
You can also download a .zip file from the releases page.
The Windows version does not currently automatically update so you will need to
manually upgrade to future releases by re-downloading the .zip file.
Debian Linux (Ubuntu)
Currently only a 64-bit version is available.
- Download
atom-amd64.debfrom the Atom releases page. - Run
sudo dpkg --install atom-amd64.debon the downloaded package. - Launch Atom using the installed
atomcommand.
The Linux version does not currently automatically update so you will need to repeat these steps to upgrade to future releases.
Building
Developing
Check out the guides and the API reference.
