Docker Containers emulate Operating Systems, allowing you to build, manage and run applications and services. And you copy around your application, data and configurations.
|
Scooped by
Docker
onto Docker |
Docker Containers emulate Operating Systems, allowing you to build, manage and run applications and services. And you copy around your application, data and configurations.
|
Docker
Curated by Docker |
|
Scooped by Mano Marks |
Adding self-service analytics to legacy .NET apps by running a reporting database and dashboard in Windows Docker containers, populated by a .NET Core app.
|
Scooped by Mano Marks |
A first-hand look from the .NET engineering teams
|
Scooped by Mano Marks |
You can use this method with any package manager that has the concept of a lock file to help with dependency management.
|
Scooped by Victor Coisne |
This blog provides a high level overview and tips and tricks for deploying your PostgreSQL database on Docker.
|
Scooped by Victor Coisne |
At Phorest Salon Software we run our platform on AWS. That platform consists of many AWS resources (instances, databases) inside a VPC. Most of our services are running on docker containers which are…
|
Scooped by Victor Coisne |
|
Scooped by Victor Coisne |
At the end of my last post about Django development with Docker, we saw how to improve our development environment by implementing these features: But we did not execute or write any test, even more…
|
Scooped by Victor Coisne |
At Mobelux, the development projects never stop. We’re constantly working on both new and existing codebases. At any given time, there are multiple versions of Python, Ruby, NodeJS, PostgreSQL…
|
Scooped by Victor Coisne |
Like many people in tech, I’m a fundamentally lazy person. When I solve a problem once, I don’t want to have to solve it (or slight variations of it) again. This is especially true for things like…
|
Scooped by Victor Coisne |
Infomaniak is one of the best and reliable hosting provider in Switzerland. They are evolving fast, but unfortunately do not (yet?) provide a solution out of the box to host containers. If you want…
|
Scooped by Victor Coisne |
In Part 1 we are going to cover how to get Rails running on Docker. In Part 2, we are going to learn how to run Rails on K8s in our local machine. In Part 3, we are going to deploy our Kubernetes…
|
Scooped by Victor Coisne |
While i would literally consider myself a code ninja, i never thought of myself as DevOps Engineer until reality hit me recently. Being in a product development team with no DevOps person involved, i…
|
Scooped by Victor Coisne |
A while ago I used to do my WordPress development using this “vagrant-based” environment. It’s very well written, opensource and comes with whatever you may need to create themes and plugins for…
|
Scooped by Victor Coisne |
Learn how to create ASP.NET Core web applications and Docker images for those apps so they can run anywhere… really. Let’s start with a short description of the tools we’ll be using and then we will…
|
Scooped by Victor Coisne |
|
Scooped by Victor Coisne |
In this course we will take a simple Node.js app that connects to a MongoDB database and uses an Express web server, and learn how to setup a full software development deployment process as well as how to properly “Dockerize” the app.
We’ll step through setting up proper version control techniques, managing configuring within the environment, setting up proper build/deploy/run processes, and all with abiding by Docker best practices. We’ll also make sure our deployment is setup for scale, and have consistent development practices in place for reliable app deployments.
|
Scooped by Victor Coisne |
Spring mvc is not being used in industry. They have moved to the spring boot. But in sometimes, projects that had been started long time back are still using Spring mvc. I also working with such kind…
|
Scooped by Victor Coisne |
This Post is a tutorial on Docker, in which I will show you how one can move from a monolithic architecture of a Django Project to a Microservices. Well, up to now we have discussed the setup…
|
Scooped by Victor Coisne |
If you are working on create a Web application with Go (either for HTTP or other type of service) then you may be thinking about deploying it over different stages or environments (local development…
|
Scooped by Victor Coisne |
We needed some image manipulation capabilities in server side. Since our backend is written in NodeJS, we found a library called gm pretty handy and useful for us. First download and install…
|
Scooped by Victor Coisne |
On paper this sounds easy. Just mount in your SSH directory and you're done, but it's not that simple with Windows based Docker hosts.
|
Scooped by Victor Coisne |
|
Scooped by Victor Coisne |
A single list of all my public videos, courses, content, and appearances online talking about Docker. A one-stop-shop for all the things I've created, supported, or recommend for using containers. My Courses My Docker Mastery Video Course for $10 �� My Swarm Mastery Video Course for $10 My YouTube Videos and
|
Scooped by Victor Coisne |
After some months of private beta AppVeyor recently has announced general availability of their Linux build agents. In this blog post I want to show you what we can do with this new feature. In my previous blog post I showed how you can fork the example repo and build
|
Scooped by Victor Coisne |
undefined