Using Open Data API
Source: Google Maps Mashup | Socrata
Using Open Data API
Source: Google Maps Mashup | Socrata
Cloud Development Trial
Source: Login
With the release of Docker 1 inwpurj.8, Windows users who have been learning Docker using Boot2Docker VM Tool, need to learn a few new concepts to get their environment in place for their Docker learning…
Source: Docker Toolbox Setup — Windows
Currently Windows Toolbox doesn’t support this feature, but recert is good way
Contract/freelance Python, XSL/XQuery development and Scrum consultancy.
By default, seems docker-machine picks one randomly, so forced to use the one for
vboxnet0
(192.168.59.3/24
, the one used by boot2docker) seems to solve the issue:$ docker-machine create --driver virtualbox --virtualbox-hostonly-cidr "192.168.59.3/24" dev Creating VirtualBox VM... Creating SSH key... Starting VirtualBox VM... Starting VM... To see how to connect Docker to this machine, run: docker-machine env dev $ docker-machine ip dev 192.168.59.103
By default, seems docker-machine picks one randomly, so forced to use the one for vboxnet0 (192.168.59.3/24, the one used by boot2docker) seems to solve the issue: $ docker-machine create –driver virtualbox –virtualbox-hostonly-cidr “192.168.59.3/24” dev Creating VirtualBox VM… Creating SSH key… Starting VirtualBox VM… Starting VM… To see how to connect Docker to this machine, run: docker-machine env dev $ docker-machine ip dev 192.168.59.103
Source: [Feature Request] Specify a static IP for VirtualBox VMs · Issue #1709 · docker/machine
Currently to make VS2015 Project Docker Support, you need to deploy
deploy users home directory for windows docker toolbox VM
Source: Chapter 4. Guest Additions
Bit of Docker Network Information
How do we connect docker containers within and across hosts ?
How to set up the env parameters for Docker including IP.
Set environment variables on a machine
Source: docker-machine env – Docker
Navigation Option to display hidden object
How to include .Git directory on VSCode
{
“files.exclude”: {
“**/.git”: false,
“**/.svn”: true,
“**/.hg”: true,
“**/.DS_Store”: true
}
}
Will go to User Settings
Source: How can I exclude a directory from Visual Studio Code “Explore” tab?