Code Monkey home page Code Monkey logo

sublime-docker's Introduction

Docker Image CI

sublime-docker

This docker image is to run sublime 3 inside a docker container

Installation

I would recommend using the docker_setup.sh script inside scripts folder to install and run the container and changing the env variables to your needs.

To use the script you have first to give it execusion permission. You should run the following

First clone this repository

git clone https://github.com/MohamedElashri/sublime-docker

Then give execusion permission to the setup script

chmod +x scripts/docker_setup.sh

Run the script

./docker_setup.sh

You might want to change the default variables inside the setup script

Variables

Variable description
HOST_SUBLIME_DIR The location of where default workspace mounted in Host machine
HOST_SUBLIME_CONFIG_DIR The location Where to persist Sublime settings and installed packages
USER_NAME Username of the container
IMAGE_NAME Image name, default is melashri/sublime change it only if you have build it yourself or using another image available on Docker hub.
``

Build image

In case you want to build image, specially if you want to use another sublime build version you can edit the Dockerfile and change ARG SUBLIME_BUILD to the suitable build number. Then you need to build the image

docker build . --file Dockerfile --tag sublime-docker:<tag>

You will need to change <tag>, the default if you remove will be latest tag.

sublime-docker's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.