Giter Site home page Giter Site logo

dockertoolsdocs's Introduction

Docker Tools Documentation

A list of tools being developed at Microsoft for working with Docker Containers

##Docker Tools for Visual Studio## Docker Tools for Visual Studio

DockerToolsForVisualStudio

The Visual Studio 2015 Tools for Docker Preview enables developers to build and debug their applications in a locally hosted Docker container and publish their application to an Azure Docker Host.

##yo docker## yo docker

Scaffolding of Dockerfiles and scripts to build and run your Docker containers

To assist developers getting started, and those developers already using docker with the appropriate Dockerfile and associated scripts to build and run your docker containers. This yeoman generator will prompt you with a few questions, asking your development language and target container host. Two files will be added to the directory

  • Dockerfile - the Dockerfile associated with your target language
  • dockerTask.sh - a bash script that contains the common tasks associated with building and running your docker containers parameters supported for dockerTask.sh
    • build - builds the Docker image
    • run - runs the Docker image on the default port, removing any current running containers for the same port
    • buildrun - the default, which does what the name implies...

https://youtu.be/_afFgiHiHO8

A 5 minute demo showing yo docker with NodeJS apps and VSCode

###Installing yo docker on Mac###

  1. Install NodeJs

  2. Install Yo by running the following command from the Terminal:

    npm -g install yo

  3. Install Docker generator:

    npm -g install generator-docker

  4. From the directory of your project, run the Docker generator:

    yo docker

###Installing yo docker on Windows### Coming soon

While you can install the same yo docker tools above for the mac, the scripts generated are bash scripts. We are working on generating .cmd scripts as a Windows Developer would expect.

###Contributing to yo docker### We are planning to make yo docker open sourced, accepting pull requests. stay tuned

##Getting Started Samples## For those looking for some simple Hello World samples for GOLang, NodeJS and soon ASP.NET, you can download these:

These samples do NOT yet have the Docker assets added. The idea is you would use yo docker to enhance these.
###NodeJS Hello World Sample### To use the NodeJS sample

  • In the root directory execute: npm install to restore the node packages
  • to get nodemon support, execute: sudo npm install -g nodemon
  • to start the app with nodemon, execute: nodemon

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.