Showing results for Docker - ISE Developer Blog

Dec 14, 2023
1

Debugging Java Dapr-enabled Apps in GitHub Codespaces

Nico Jimenez
Nico Jimenez

To simplify the development and debugging of complex Java Dapr-enabled microservices we recommend leveraging Docker Compose to define all services including the Java Apps, each with its own Dapr sidecar, plus infrastructure/dependent services all these running in individual containers. Using a VS Code devcontainer with Docker-in-Docker support, ena...

CSEContainersFrameworks
Jan 29, 2018
0
0

Orchestrating TURN Servers for Cloud Deployment

Anastasia Zolochevska
Anastasia Zolochevska

We worked with Aveva to build 3DToolkit, a toolkit for creating powerful cloud-based 3D experiences that stream on low-powered devices with WebRTC.

DevOpsContainersAzure App Services
Jan 9, 2018
0
0

Deploying a Linux Python web application to Service Fabric via Docker Compose

Clemens Wolff
Clemens Wolff

This article covers how to take a standard Python web service consisting of an application tier, a WSGI server, and a Nginx reverse proxy and deploy it via Linux containers to a Linux cluster managed by Azure Service Fabric using only simple tooling like Docker Compose.

DevOpsContainers
Nov 20, 2017
0
0

Permissively-Licensed Named Entity Recognition on the JVM

Clemens Wolff
Clemens Wolff

The ability to correctly identify entities, such as places, people, and organizations, adds a powerful level of natural language understanding to applications. This post introduces a MIT-licensed one-click deployment to Azure for web services that lets developers get started with a wide range of natural language tasks in 5 minutes or less, by consu...

Machine LearningAzure App Services
Oct 30, 2015
0
0

Streamlined Dokku Deployment on Azure

Anthony Turner
Anthony Turner

Dokku is a very small PaaS implementation, powered by Docker. In this code story, we walk through how to deploy Dokku on Azure, and how to use Dokku to deploy, load balance, and update a simple Rails app.

DevOps
Jul 21, 2015
0
0

Microservice Orchestration with Fleet on Azure

Anthony Turner
Anthony Turner

Micro-service architecture, the concept of providing a large scale service as a collection of small, highly available services is becoming increasingly popular in today's modern cloud service deployments. However, with the rise of Docker and other containerization and orchestration technologies, it can be difficult to get started.

DevOps