Click here to Skip to main content
15,889,281 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 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
by Pranay Bakre
How to build and deploy a multi-architecture application with x86/amd64 and arm64-based container images on Amazon EKS
by GabrieleTronchin
The Docker context command simplifies the configuration and switching between contexts.

All Articles

Sort by Title

Docker 

27 May 2020 by PaulKukiel
.NET Core 3.1, Docker, postgres, swagger quick start
24 Feb 2021 by TheBigBearNow
Hello all, I have 2 .net core projects that work perfectly with each other when I run them normal, I have an API and a MVC UI. When I run them in docker containers, I go on my API with swagger, I figured out how to connect my postgres db and...
16 Jul 2021 by TheBigBearNow
Hello all, This is my first time using a docker-compose file. I have multiple projects (solutions) to make my project work, API, MVC, Gateway, they are all in their own solution. I would like my docker-compose in my MVC(front-end) project to be...
5 Jan 2016 by Bill Wagner
In this post, I look at the areas where I will invest my time in the coming year.
7 Jun 2019 by amartya mandal
Setting up 3 nodes Kubernetes cluster for Home Lab- Quick & Dirty!
28 Sep 2016 by Florian Lopes
5 tips to reduce Docker image size Docker images can quickly weight 1 or more GB.  Although the gigabyte price is decreasing, keeping your Docker images light will bring some benefits. This post will give you 5 tips to help reduce your Docker images size and why focusing on it is important.
3 Dec 2018 by tranthanhtu.vn
TinyERP: SPA for Enterprise Application
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.
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.
31 Mar 2021 by Sergio Virahonda
In this article, I’ll talk about Docker containers.
11 May 2023 by bhupeshkietian
Learn how to set up a fresh Ubuntu installation with Docker, enabling you to leverage the power of containerization for efficient development and deployment.
8 Mar 2017 by Sacha Barber
A look at docker, with practical examples
23 Oct 2018 by Dr. Song Li
This is a note on Docker.
3 Sep 2022 by PascalLandau
How to create VMs, use a container registry and a secret manager
7 Dec 2016 by DataBytzAI
Understand what Amazon AWS Lambda and Azure functions are and how they emerged.
15 May 2017 by Florian Lopes
This is a tool for Spring MockMvcRequestBuilder to post form objects.
25 May 2017 by Dave Kerr
A utility to help you wait for ports to open
28 Feb 2024 by Tobus0
Hello, after upgrading today to the new Ai version, my docker container fails to start with following error; /bin/bash: line 1: pstree: command not found Unhandled exception. System.Collections.Generic.KeyNotFoundException: The given key...
28 Feb 2024 by Dave Kreskowiak
You should ask your question in the dedicated CodeProject.AI Discussions[^] forum.
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.
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 […]
1 Mar 2017 by Tim Pettersen
In this post, we’ll provide a deeper look at the technical details of Pipelines that makes it such a valuable tool for teams.
10 Oct 2020 by Joan M
Hi all, I've configured the ODOO CRM package in my Synology NAS. It works very well and seems a good improvement given our curren CRM program. This said, Even it works very well, I would like to be able to create a snapshot every night of the...
19 Feb 2019 by Chandru BK
The scope of this article is to compare the various deployment models available for our application deployment use case. This article assumes that readers will have basic knowledge of Virtual Machines, Containers and Hypervisors.
9 Oct 2018 by Nitin M. Patil
This article will share knowledge of creating a two-tier application using Docker Container.
13 Sep 2018 by kalberts
We need to build for both Linux, Windows and MacOS, and are planning a transfer to Docker (for the build stages do not include interface to hardware for testing). For the Windows part, we need Windows machine, virtual or physical, to run a Docker engine that can handle the Windows image flavor. ...
29 Aug 2018 by Vincent Maverick Durano
A quick walk-through on building an ASP.NET Core 2.0 application on MAC and running it on Docker container
6 Oct 2018 by Vincent Maverick Durano
A step-by-step demo on how to build and dockerize ASP.NET Core and Blazor apps on MacOS
30 May 2019 by Member 13221290
Develop a demo service fabric in Visual Studio 2019
10 Jan 2019 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.
21 May 2017 by Yashashwi Srivastava
This article is a comprehensive understanding of Azure Service Fabric, and how it is a boon for the latest trending approach, Micros Services.
19 Feb 2020 by Member 14156522
When i try to execute the db query from my asp.net core 3.1 (running under windows docker container) am getting the error as The instance of SQL Server you attempted to connect to requires encryption but this machine does not support it. ...
19 Feb 2020 by MadMyche
Looks like this is going to be more of a configuration issue than a programming problem; I would review the following resources as well as you have any keys stored propery Security Overview - Azure SQL Database | Microsoft Docs[^] Connect and...
11 Sep 2019 by GauravGahlot
This article is the first in the series where we are going to build a simple ASP.NET Core web application, containerize it with Docker and run it on local host.
24 Apr 2019 by GauravGahlot
In this article, we are going to setup a Microsoft Azure DevOps build pipeline to automate the tasks we did manually in the first article of the series.
10 Sep 2019 by GauravGahlot
In this article, we are going to set up a Release Trigger to automatically deploy our application on Azure App Service as a Docker Container, each time we push our code.
5 Apr 2021 by Sergio Virahonda
In the next article, we talked about Google AI Platform and how to train your models there with some help from Docker containers.
10 May 2021 by Sergio Virahonda
In this article we build the model API to support the prediction service.
24 Oct 2023 by Dub Andrei Manuel
This short tutorial aims to inculcate in the reader's mind a meaningful intuition to get around known Docker misconceptions.
13 Apr 2019 by Kevin Mack
How to build out Azure container registry in Terraform
21 Mar 2017 by dsuryd
Simple, lightweight, yet powerful way to build real-time React + C# .NET web apps with dotNetify-React.
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.
7 Dec 2022 by Member 15435238
Any idea about this error in gitlab-ci. Seems like the version of debhelper is not proper and I am not able to figure out what should be right version for this. Or there might be some other issue as well. Can anyone tell me what is the issue with...
23 Feb 2024 by Mohammad Elsheimy
One of the major issues encountered when connecting to databases after porting ASP.NET app to Docker Linux containers.
22 Mar 2024 by Mohammad Elsheimy
Configuring OpenSSL minimum version and legacy renogetiation
2 May 2022 by PascalLandau
How to setup CI pipeline to run code quality tools and tests on Github Actions and Gitlab Pipelines
2 Aug 2016 by Mihail Mateev
IBM Cloudant Data Layer Local Edition is a database management system (DBMS) platform designed to resemble IBM Cloudant Database as a service (DBaaS) in the privacy of your own data center.
19 Nov 2015 by B.O.B.
A simple extension to add an item that has a data source bound to combobox.items
13 Dec 2021 by Member 15435238
I am working on an springboot application(Rest) and using eureka-netflix server with it. Although application is working the way it is required to work but I am getting this error in Eureka-server logs. c.n.d.s.t.d.RedirectingEurekaHttpClient ...
22 May 2023 by ashu1810
I have a Dot net application when run locally it launches on url http://localhost:59901, and I am trying to dockerize this application. below is the docker file, I have pulled all the dependent images before these line in docker file. ENV...
22 May 2023 by Andre Oosthuizen
"EXPOSE 8080" indicates that the application will listen for incoming network traffic on port 8080. When running on localhost, you had :59901 port listening in, this means that you have another application that already makes use of port 8080,...
30 Jun 2021 by vaibhav1800
Lets suppose I have 4 Microservices (4 webapi projects -> A,B,C,D) 1) I right click on A Project- > Add Container Orchestor Support -> Next Window : Chose "Docker Compose" as Contaner Orchestorer -> Next Window : Target OS as Windows. 2)...
29 Jul 2019 by Akhil Mittal
For this tutorial, we’ll create a simple ASP.NET Core web application, containerize it with Docker, then deploy it to an AKS cluster.
23 Apr 2021 by Jarek Szczegielniak
In this article – the first one of the series – we’ll go over some Docker basics as they apply to ML applications.
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
6 May 2021 by Sergio Virahonda
In this article, we’ll deep-dive into the Continuous Training code.
20 Mar 2023 by Bogdan Marian
Ensure your Docker Compose services start in the correct order
24 Nov 2021 by Member 15435238
Hey coders, I am new to dockers. I need to dockerize an springboot application which further connects to a MySQL db. I am getting this error in docker logs of container of my springboot application. I am sure there is just a small mistake I am...
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.
16 Sep 2019 by Shweta Lodha
In this article, we will see how to utilize docker for ASP.NET Core application.
26 Apr 2021 by Jarek Szczegielniak
In this article, we’ll start applying our basic Docker knowledge while creating and running containers in the various MLng scenarios.
19 Jun 2007 by Leshchuk Aleksey
Creating the General ProfUIS Dialog and ProfUIS MessageBox
11 Jan 2021 by Benktesh Sharma
How to create, modify and update Docker image from container
13 Apr 2024 by Member 16044303
My question : Is it possible to have this configuration and the system work correctly ? Because my GPU is every time at 0% usage and I have test lot of driver, cuda and codeproject ai version and event my GPU is at 0% usage... I don't know if...
13 Apr 2024 by Richard MacCutchan
Please post your question in the CodeProject.AI Discussions[^] forum.
11 Jun 2017 by Khairul Islam Sujon
Debugging multiple .NET core projects running on docker containers.
21 May 2021 by Jarek Szczegielniak
In this article we use Visual Studio Code to edit and debug our increasingly complex code running inside a Docker container.
23 Jan 2016 by Simon Jackson
10 Apr 2024 by Pranay Bakre
How to deploy applications to the Azure Kubernetes Cluster powered by arm64-based virtual machines
1 Sep 2018 by Arthur V. Ratz
In this brief article, we will demonstrate how to deploy a Node.js application and run it on Docker's Windows Server Core 2016 Containers
25 May 2021 by Jarek Szczegielniak
In this article, we publish our NLP API service to Azure using Azure Container Instances.
19 Sep 2017 by User 1043264
How to containerize ASP.NET Core 2.0 web application and deploy to Azure Web App. Continue reading
17 Apr 2019 by RaviAakula
In this article, we will learn how to deploy ASP.NET Core Microservices in AWS ECS using Fargate with Cloudformation template and AWS Console.
1 Dec 2022 by DotNetLead.com
Deploy existing ASP.NET Core UI, API, and SQL Server to Docker containers
18 Oct 2018 by Santosh Vijay Patil
Configuring Developer Docker Tool to use BYOD VM as your Docker Host/Machine
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.
31 Mar 2020 by Mohammad Nawaz
pros and cons between a file symlink and an environment variable for accessing a Secret or ConfigMap (Kubernetes concepts)? What I have tried: As I am very new to this concept, want to know pros and cons between file symlink and environment...
31 Mar 2020 by Richard MacCutchan
You should probably not use either, but go for Key Storage and Retrieval - Win32 apps | Microsoft Docs[^].
31 Mar 2020 by Afzaal Ahmad Zeeshan
A QA is not well suited for such kind of questions, as they require a longer post (a technical blog/article) to answer properly. These two concepts are not new, and they are not specific to Kubernetes or containers. Symlinks are used to link...
19 Apr 2017 by Intel
In this post we show how to set up a production-ready machine learning workflow with Intel® Nervana™ technology, neon, and Pachyderm.