All Projects → jamesnetherton → Docker Atom Editor

jamesnetherton / Docker Atom Editor

Licence: mit
Run the Atom editor within a Docker container

Projects that are alternatives of or similar to Docker Atom Editor

Dockernotes
Docker入门精华版
Stars: ✭ 107 (-2.73%)
Mutual labels:  docker-image, docker-container
Docker Headless Vnc Container
Collection of Docker images with headless VNC environments
Stars: ✭ 1,176 (+969.09%)
Mutual labels:  docker-image, docker-container
Docker Bind
Bind caching DNS server on Debian with wild-card domain support
Stars: ✭ 50 (-54.55%)
Mutual labels:  docker-image, docker-container
Magento2 Varnish Redis Ssl Docker Compose
Deploy Magento2 with Varnish Cache and Redis with SSL termination using Docker-compose tool
Stars: ✭ 37 (-66.36%)
Mutual labels:  docker-image, docker-container
Docker Gocd Server
Docker server image for GoCD
Stars: ✭ 86 (-21.82%)
Mutual labels:  docker-image, docker-container
Alfred Atom
Alfred workflow to browse and open Atom projects
Stars: ✭ 41 (-62.73%)
Mutual labels:  atom, atom-editor
Directus Docker
Directus 6 Docker — Legacy Container [EOL]
Stars: ✭ 68 (-38.18%)
Mutual labels:  docker-image, docker-container
Mighty React Snippets
Crafty React & Redux snippets for Atom Editor
Stars: ✭ 16 (-85.45%)
Mutual labels:  atom, atom-editor
Docker Superset
Repository for Docker Image of Apache-Superset. [Docker Image: https://hub.docker.com/r/abhioncbr/docker-superset]
Stars: ✭ 86 (-21.82%)
Mutual labels:  docker-image, docker-container
Docker Maven Plugin
A maven plugin to manage docker containers and images for integration tests.
Stars: ✭ 80 (-27.27%)
Mutual labels:  docker-image, docker-container
Distro Test Containers
Distribution specific containers for Ansible integration testing.
Stars: ✭ 20 (-81.82%)
Mutual labels:  docker-image, docker-container
Nord Atom Ui
An arctic, north-bluish clean and elegant minimal Atom UI theme.
Stars: ✭ 94 (-14.55%)
Mutual labels:  atom, atom-editor
Github
Git and GitHub integration for Atom
Stars: ✭ 880 (+700%)
Mutual labels:  atom, atom-editor
Atom Pull Requests
View/Edit comments on a Pull Request directly inside the Atom Editor
Stars: ✭ 47 (-57.27%)
Mutual labels:  atom, atom-editor
Dockerized lara
Build your Laravel App with Redis - Mongodb - MariaDB - Nginx - php7 - zsh
Stars: ✭ 9 (-91.82%)
Mutual labels:  docker-image, docker-container
Poco
Poco will help you to organise and manage Docker, Docker-Compose, Kubernetes, Openshift projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.
Stars: ✭ 66 (-40%)
Mutual labels:  docker-image, docker-container
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+581.82%)
Mutual labels:  atom, atom-editor
Androidsdk
🐳 Full-fledged Android SDK Docker Image
Stars: ✭ 776 (+605.45%)
Mutual labels:  docker-image, docker-container
Cabot Docker
Docker Images to build full cabot environment
Stars: ✭ 75 (-31.82%)
Mutual labels:  docker-image, docker-container
Docker Compose Lamp
A basic LAMP stack environment built using Docker Compose.
Stars: ✭ 1,284 (+1067.27%)
Mutual labels:  docker-image, docker-container

docker-atom-editor

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 . -t jamesnetherton/docker-atom-editor

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 \
              jamesnetherton/docker-atom-editor

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].