GithubHelp home page GithubHelp logo

parlew / vsc-docker Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 975 KB

Visual Studio Code Docker extension

License: MIT License

JavaScript 5.34% CSS 6.09% TypeScript 88.57%
docker vscode-extension vscode

vsc-docker's Introduction

Docker Runner - Docker Integration for VSC

Please note this is an early alpha version, so it may have bugs and missing features. However I think it can be already very useful. I am still experimenting a lot and I am planning to add much more features in the future.

How to start?

Press Alt+Ctrl+D to activate.

Make sure your local drive is shared, as the extension will attempt to map current directory to the containers.

Shared Drives

What this extension can do for you now?

  • Search and pull Docker images from Docker Hub
  • Easily manage local images
  • Manage local containers
  • Easily copy files between local filesystem and container file system
  • Pin your favourite containers to the main menu

Search and pull images from Docker Hub

You can directly search images in Docker Hub by using Search Images option from the main menu.

Search Results

If you choose Pull & Pin to the menu option image will appear in the main menu. Default command line parameters are stored in config.js file. You can edit this file by selecting Edit Configuration option. Edit following line to change any required options:

  "run": "-i -t --rm --name $default-name -v $workspace:$src ubuntu sh"

Browsing local images

Currently available operations:

  • pull
  • push
  • remove
  • history

Search Results

Browsing local containers

Currently available operations:

  • start / restart / stop / pause
  • rename
  • remove
  • diff
  • logs
  • browse filesystem

Search Results

Browsing container filesystem

Currently available operations:

  • copy files between container and local filesystem
  • delete files in container and local filesystem
  • edit files
  • more to come...

Search Results

Detailed information is here.

Configuration File

Main menu configuration can be changed manually by editing config.js file. Choose Edit Configuration option from main menu.

More information is available here.

Extending

Extension provides an API which can be used by other extensions.

More information is available here.

vsc-docker's People

Watchers

 avatar  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.