Click here to Skip to main content
15,867,704 members
Everything / Containers / Docker

Docker

docker

Great Reads

by Juan G. Carmona
Advanced logging in modern .NET applications. A Sunday-morning-proof-of-concept.
by Andi Kleinbichler
Illustrates the implementation of a .NET Core app, running in a Linux container, connecting to a SQL Server database with integrated security.
by Dave Kerr
If you are looking to get your hands dirty and learn all about Docker, then look no further!
by Jose Motta
Home of Things based on Raspberry Pi, Linux, Swagger, Docker & .NET Core

Latest Articles

by Mohammad Elsheimy
Configuring OpenSSL minimum version and legacy renogetiation
by Mohammad Elsheimy
Porting Windows Fonts to Linux
by Pranay Bakre
How to deploy applications to the Azure Kubernetes Cluster powered by arm64-based virtual machines
by Pranay Bakre
How to migrate existing x86 containerized applications to Arm

All Articles

Sort by Score

Docker 

19 Apr 2016 by Dave Kerr
If you are looking to get your hands dirty and learn all about Docker, then look no further!
2 Jun 2020 by Kevin Mack
Few ideas for strengthening micro-services architectures
1 Dec 2022 by DotNetLead.com
Deploy existing ASP.NET Core UI, API, and SQL Server to Docker containers
4 Feb 2020 by OwenDavies
This post outlines how to use Docker image for local SQL Server development.
28 Sep 2016 by Florian Lopes
How to host multiple websites on a single host with Docker
15 Feb 2016 by Keyhole Software
Service Fabric is a massively progressive step for Microsoft. At the core, it is a distributed systems platform used to build scalable and reliable applications. But it gives the benefits of containerizing deployable bits, in addition to having Microservices best practices built-in.
14 Jun 2016 by Keyhole Software
I had some time before my next project started up, so David Pitt asked me to research and write a blog on Service Fabric. It sounded terrifying. First off, I’m not really what you would call articulate. I finish only half of sentences that I… well, I would hate talking to me.
2 Oct 2016 by Sacha Barber
It has been a while since I wrote a post, the reason for this is actually this post. I would consider remoting/clustering to be some of the more advanced stuff you could do with Akka. That said this and the next post will outline all of this good stuff for you, and by the end […]
5 Oct 2016 by Sacha Barber
My hope is by the end of this post that you will know enough about Akka clustering that you would be able to create your own clustered Akka apps.
13 Feb 2019 by Philipp_Engelmann
With IoT (Internet of Things) on the rise and hardware getting cheaper and cheaper, it's a great time to explore the possibilities this new technology provides.
30 Oct 2016 by Dave Kerr
Run Amazon DynamoDB locally with Docker
9 Jan 2017 by Dave Kerr
In this article I'm going to show you how to create a resilient Consul cluster, using Terraform and AWS. We can use this cluster for microservice discovery and management. No prior knowledge of the technologies or patterns is required!The final code is at github.com/dwmkerr/terraform-consul-cluster.
3 Apr 2017 by Dave Kerr
Some simple tips and tricks which will help you build and maintain beautifully simple mobile build pipelines
14 Jan 2022 by Jason Sultana
How to get Puppeteer working under Docker
5 Jan 2016 by Bill Wagner
In this post, I look at the areas where I will invest my time in the coming year.
25 May 2017 by Dave Kerr
A utility to help you wait for ports to open
11 Sep 2017 by Sacha Barber
In this post what we will be doing is looking at: How to install Kafka/Zookeeper and get them running on Windows, walking through a KafkaProducer, walking through a Kafka Streams processing node, and the duality of streams, and walking through Kafka Streams interactive queries
4 Jan 2018 by Philipp_Engelmann
In this short tutorial, I want to show you how to set up a simple Redis instance using Docker Compose. We will connect to it and test it using Python and the redis package.
4 Feb 2020 by OwenDavies
Looks like sSMTP is no longer maintained, MSMTP is the suggested replacement. This post discusses how to do the replacement.
4 Mar 2020 by Rion Williams
How containers can quickly become trashcans if unused ones are not deleted
4 Feb 2020 by OwenDavies
Terraform allows you to setup Infrastructure as expressed by code (Infrastructure As Code IaC). This post helps you to get started with Terraform.
6 Jan 2015 by Keyhole Software
My local development feedback loop between code change and runnable container was annoyingly long on a Maven-based project I was recently working on. I wanted to speed things up.
8 Jan 2015 by Keyhole Software
A Google Calendar gadget in Angular.js
29 Jun 2015 by Member 11794279
This year, for the first time the Devoxx conference was held in Poland. There were plenty of lectures and experts to learn from.
3 Jun 2016 by Dave Kerr
I've finally had a chance to install the new Docker for Mac Beta and give it a whirl, here are my experience so far!
25 Mar 2018 by Dave Kerr
How to set up OpenShift to integrate with Splunk for logging in a Docker container orchestration environment. These techniques could easily be adapted for a standard Kubernetes installation as well!
14 Mar 2019 by GauravGahlot
A registry is a stateless, highly scalable server side application that stores and lets you distribute Docker images. At a high level, a registry is a collection of different repositories which contain our images.
7 Oct 2019 by Haseeb A. Basil
A Basic Guide on How to Deploy An Application to Alibaba Cloud Container Service from Bitbucket and Securing it with Let’s Encrypt SSL/TLS 2019.
13 Apr 2019 by Kevin Mack
How to build out Azure container registry in Terraform
7 Oct 2019 by Haseeb A. Basil
A Basic Guide on How to Deploy An Application to Alibaba Cloud Container Service from Bitbucket and Securing it with Let’s Encrypt SSL/TLS 2019.
21 Nov 2019 by Jeremy Likness
This post continues my series about how I migrated from Medium to Hugo.
2 May 2022 by PascalLandau
How to setup CI pipeline to run code quality tools and tests on Github Actions and Gitlab Pipelines
1 May 2022 by PascalLandau
How to setup git-secret to store secrets directly in the repository
1 May 2022 by PascalLandau
In the fifth part of this tutorial series on developing PHP on Docker we will setup some PHP code quality tools and provide a convenient way to control them via GNU make.
3 Sep 2022 by PascalLandau
How to create VMs, use a container registry and a secret manager
3 Nov 2016 by Dave Kerr
In this article, I'm going to demonstrate a few tips and tricks which can make your life easier when you are building or maintaining Dockerfiles.
31 Jan 2018 by Sacha Barber
I am going to obligate myself to writing a small series of posts of Kubernetes. In this entry, we will focus on: What is Kubernetes / Installing Minikube
17 Jan 2019 by Rion Williams
Tools to test security, a plan on how to secure your system and building good habits to help ensure you stay protected
27 Aug 2016 by Sander Knape
Nomad is a distributed, multi-datacenter scheduler for containers, virtual machines and more. It’s a tool from Hashicorp, the company that also brings us Consul, a service-discovery tool that allows you to register and discover services. With the latest big release of Nomad (version 0.4), inte
6 Jan 2015 by Keyhole Software
It’s rare that a piece of software as new as Docker is readily adopted by startups along with huge, well established companies. dotCloud, the company that created and maintains Docker, recently nabbed $40 million in funding. Microsoft also announced on 11/18 a Docker CLI for Windows.
12 May 2015 by rahulsahay20
Publishing your ASP.NET app to Linux in 5 minutes with Docker
27 Apr 2010 by jmix90
A post about creating a PNG from an XAML file
31 Oct 2016 by Graham D Smith
In this blog series on Continuous Delivery with Containers I'm documenting what I've learned about Docker and containers (both the Linux and Windows variety) in the context of continuous delivery with Visual Studio Team Services. The Docker and containers world is mostly new to me and I
19 Sep 2017 by User 1043264
How to containerize ASP.NET Core 2.0 web application and deploy to Azure Web App. Continue reading
14 Jun 2016 by Dmitry A. Efimenko
There is a saying: "Laziness is the mother of all bad habits." However, for us--programmers--I find another saying to be true more often: "Laziness is the driver of all progress."While working on a couple projects, which I'll blog about separately in posts to come, I found myself executing the
11 Jan 2021 by Benktesh Sharma
How to create, modify and update Docker image from container
23 Jan 2016 by Simon Jackson
15 May 2017 by Florian Lopes
This is a tool for Spring MockMvcRequestBuilder to post form objects.
28 Feb 2020 by Christian Specht
After years of executing a “build and upload per FTP” batch on my machine, I now have a GitHub Pages-like experience when updating this site..