Skip to content

exadra37-docker/vscode-docker-cli

Repository files navigation

Docker Image For Visual Studio Code

This Docker image will allow us to run the amazing Visual Studio Code without the need to install it in our computers.

At same time it will be easy to keep Visual Studio Code synchronized acrros several computers.

This package belongs to a serie of other packages, that have the goal of making our Development Environment:

  • easy and fast to install in any computer.
  • simple to synchronize accross computers.
  • easy to configure for each programming language and test new setups by using profiles.
  • separated from our OS, so that we can have a clean OS that will allow us to upgrade it fast and easily.
  • more secure, once Docker Containers run in isolation and are destroyed on exit, therefore if they are compromised it ends there.

Show Your Appreciation

If this is useful for you, please consider:

  • To share it on Twitter.
  • Or you may prefer to offer me a coffee, a beer, a dinner or any other treat 😎.

SEMANTIC VERSIONING

This package will adhere to this Semantic Version schema.

AUTHOR

More information about the Author can be found here.

CONTRIBUTORS

All contributors can be found here.

LICENSE

This repository uses GPL-3.0 license, that you can find here.

CONTRIBUTING IN ISSUES / MERGE REQUESTS

All contributions are welcome provided that they follow Contributing Guidelines, where you can find how to Create an Issue and Merge Request.

ROAD MAP

Check Milestones to see what Goals I want to achieve.

Watch Boards to keep track of what is going on.

HOW TO INSTALL

To install just follow detailed instructions from here.

HOW TO UNINSTALL

To uninstall just follow detailed instructions from here.

HOW TO USE

See usage examples here.

BRANCHES

Branches are created as demonstrated here.

This are the type of branches we can see at any moment in the repository:

  • master - issues and milestones branches will be merge here.
  • last-stable-release - matches the last stable tag created. Useful for automation tools.
  • issue-4_fix-email-validation (issue-number_title) - each issue will have is own branch for development.
  • milestone-12_add-cache (milestone-number_title) - all Milestone issues will start, track and merged here.

Only master and last-stable-release branches will be permanent ones in the repository and all other ones will be removed once they are merged.