https://github.com/rakshazi/docker-atom
Atom editor with plugins for PHP development in docker container
https://github.com/rakshazi/docker-atom
Last synced: 3 months ago
JSON representation
Atom editor with plugins for PHP development in docker container
- Host: GitHub
- URL: https://github.com/rakshazi/docker-atom
- Owner: rakshazi
- Created: 2016-05-27T10:44:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T06:07:14.000Z (almost 9 years ago)
- Last Synced: 2025-01-21T07:11:34.430Z (4 months ago)
- Language: CoffeeScript
- Homepage: https://hub.docker.com/r/rakshazi/atom-editor/
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atom.io editor [](https://hub.docker.com/r/rakshazi/atom-editor/)[](https://hub.docker.com/r/rakshazi/atom-editor/)
### Usage (manual)
```bash
xhost +
docker run -d -v /tmp/.X11-unix/:/tmp/.X11-unix/ \
-v /dev/shm:/dev/shm \
-v `pwd`:/workspace \
-e DISPLAY=${DISPLAY} \
rakshazi/atom-editor
```### Usage (replace native atom editor)
```
# curl -L https://raw.githubusercontent.com/rakshazi/docker-atom/master/atom >> /usr/local/bin/atom
# chmod +x /usr/local/bin/atom
```