containers
13 TopicsDocker for Developers: Understanding the Core Concepts
Docker and containers in general continue to receive a lot of attention, and it’s well-deserved. But, you may have found yourself wondering, “What exactly is Docker? Can it be useful for developers like me?”. This post introduces what images and containers are, how they differ from other options, the benefits they offer, and how you can get started using them in Docker Desktop.8.7KViews5likes3CommentsHow to use GitHub Codespaces to Improve Student Learning
Development containers, often known as dev containers, are containers that are designed to offer a fully featured development environment. You can set the dev container for a repository so that GitHub Codespaces created for that repository provide a customized development environment with all the required tools and runtimes for a particular project. GitHub Education PM Juan Pablo Flores Cortés as he speaks with Noah Gift, Founder of Pragmatic AI Labs, about the benefits of using GitHub Codespaces to provide a better learning experience for students, and Alfredo Deza and Sara Gibbons, Sr. Academic Cloud Advocates at Microsoft, about the availability of templates, videos, and step-by-step resources to get you started running, testing, debugging, and pushing code using this instant cloud developer environment.3.3KViews0likes0CommentsUnderstanding Containers - the layer between the operating system’s kernel and the application
First published on MSDN on Jun 22, 2018 Guest blog by Christo Lolov, Microsoft Student Partner at Imperial College LondonAbout me I am a Third Year, Computing MEng at Imperial College London and a have a number of blogs already published on various areas of technology which interest me see https://blogs.2.5KViews0likes0CommentsUK TechDays Online 12th–14th of June 2018 http://aka.ms/TechDaysOnline
First published on MSDN on Jun 04, 2018 For those of you who don’t know of TechDays Online already, it is a ‘pop up TV show’ MSFT UK live broadcasts out to our technical audiences and you can tune in at http://aka.460Views0likes0CommentsRunning JupyterHub on and off campus Architectural Scenarios
First published on MSDN on Aug 10, 2017 Dedicated Hardware Environments for hosting JupyterHubOn premise – Own Maintain, secure and Operate the servicesInstallationJupyterHub can be installed with pip (and the proxy with npm) or conda:pip, npm:python3 -m pip install jupyterhubnpm install -g configurable-http-proxypython3 -m pip install notebook # needed if running the notebook servers locallyconda (one command installs jupyterhub and proxy):conda install -c conda-forge jupyterhub # installs jupyterhub and proxyconda install notebook # needed if running the notebook servers locallyTest your installation.1.1KViews0likes0CommentsQuick Review of Key Azure announcements at Build 2017
First published on MSDN on May 10, 2017 Here is a quick run down of the main Azure announcement from the Day 1 Keynote at //BUILD, Database Announcements Azure Cosmos DB: The industry’s first globally-distributed, multi-model database service - https://azure.289Views0likes0Comments