Showing tag results for Docker

Feb 27, 2019
Post comments count0
Post likes count0

Enterprise Application Modernization using Windows Containers

Developer Support
Developer Support

Enterprise organizations today have numerous simple CRUD based applications that call for modernization without necessarily needing to re-architect the legacy apps. If you have an existing .NET app that could use CI/CD but not necessarily any immediate rearchitecting efforts, this blog is for you.

TeamDockerContainers
Feb 26, 2019
Post comments count6
Post likes count0

IIS Remote Management for Docker Containers

Developer Support
Developer Support

When running IIS in a Windows Container, you configure it using PowerShell commands in your Dockerfile. While determining the correct PowerShell commands is not a difficult process it is inconvenient to verify the settings using the command line only. Sometimes, you just need a UI to quickly view and manage your IIS configuration.

DockerContainersRandy Patterson
Jan 25, 2019
Post comments count0
Post likes count0

Demystifying Docker Containers Support on Windows 10 and Windows Server 2016

Developer Support
Developer Support

Both my colleague Kendall Roden and myself were recently taking a deep dive into docker containers support on Windows 10 and Windows Server 2016. We knew that we could install “Docker for Windows” to add support for Docker, but as we dug deeper we found out that there is more to it than simply installing “Docker for Windows”.

TeamAzureDocker
Dec 26, 2018
Post comments count0
Post likes count0

Why you should consider VS Code for your Kubernetes/Docker work

Developer Support
Developer Support

VS Code can really be the platform of choice to benefit from the best features. Furthermore, its cross platform support allow users to have the same customer experience on multiple platforms (Windows, Linux and Mac OS).

TeamDevOpsDocker
May 11, 2018
Post comments count0
Post likes count0

Running Django on Azure Web Apps for Containers with Docker

Developer Support
Developer Support

In this post, App Dev Manager Drew Lewis walks us through how to host a simple Python/Django application in Azure App Services. In this post I will walk you through a very simple approach to developing and hosting a simple Python/Django application in Azure App Service.  For this demo we will target Azure Web Apps for Containers which gives ...

TeamDockerContainers
May 9, 2018
Post comments count0
Post likes count0

Part 2 – Deploying Your Dockerized Angular Application to Azure Using VSTS

Developer Support
Developer Support

In part 2 of a series of posts, Premier Developer Consultant Wael Kdouh demonstrates how to eliminate daunting requirements and instead install Angular build tools and utilize Docker to more easily and efficiently deploy an application to Azure using VSTS. From Wael: In part 1 I demonstrated building a VSTS build pipeline which built an A...

TeamAzureVSTS
Apr 30, 2018
Post comments count0
Post likes count0

Docker Blog Series Part 7– Deploy Azure Web App On Containers

Developer Support
Developer Support

In the following post, Premier Developer Consultant Monu Bambroo shows how to deploy a Container to Azure Web Apps directly from Azure Container Registry. Container services are encapsulated, individually deployable components that run as isolated instances on the same kernel to take advantage of virtualization that an operating system provi...

DockerContainersLinux
Apr 20, 2018
Post comments count0
Post likes count0

Running Docker Windows and Linux Containers Simultaneously

Developer Support
Developer Support

Many of you with familiarity with Docker for Windows know how you currently have to switch between running either Windows or Linux Containers. In the following post, Premier Developer Consultant Randy Patterson teaches us how to combat this limitation and run Docker Windows and Linux Containers simultaneously on the same host. Starting with ...

DockerContainersLinux
Apr 18, 2018
Post comments count0
Post likes count0

Docker Blog Series Part 6 – How to use Service Fabric Reverse Proxy for container services

Developer Support
Developer Support

Learn about the container orchestrator, Service Fabric, and how to use Service Fabric Reverse Proxy for container services in Monu’s latest post. Monu Bambroo is a Consultant on the Premier Developer team. Service Fabric is a distributed systems platform that makes it easy to package, deploy, and manage scalable and reliable microservices an...

DockerContainersService Fabric