Search

Tag: docker

View:
Gary Williams
  • Gary Williams
  • May 22, 2018

Install Gitlab, HTTPS and the container registry

Many of us view Gitlab as something that only developers may use. Indeed, these guys love it, but are they the only ones who may find it handy? That’s time to dispel that myth! Gitlab is more than the cool repository for scripts of any size and shape. It is a feature-rich solution, so that won’t be fair to leave that thing on the table.
Read more
Nicolas Prigent
  • Nicolas Prigent
  • April 4, 2018

Managing Windows Containers with Graphical User Interfaces

In this article, I will describe how to manage Windows Containers via GUI. Docker provides a great Docker CLI that allows us to create, interact, and delete containers, but sometimes it’s nice to have an interface to manage Containers. There are many admins who much prefer a GUI tool to handle every task and it can be useful to use an interface when you have many containers to manage or if you start working with Docker. In this article, I don’t want to judge which GUI is better because it depends! You must use the GUI that will suit your needs. So do not hesitate to test this GUI.
Read more
Gary Williams
  • Gary Williams
  • April 12, 2017

VMware’s Photon and containers in VMware

The past month has been categorized as something of a performance and upgrades challenge as one of the constant calls I hear is “application X is going to slow”, of course, a month ago it was fine but today it isn’t and normally this is just down to increasing load. One of the common fixes for increasing load is to add more vCPU and RAM but often that can cause its own set of problems especially when NUMA boundaries are crossed and when vCPU contention pushes things a little too far.
Read more
Florent Appointaire
  • Florent Appointaire
  • March 20, 2017

[Azure] Continuous Integration / Continuous Deployment with Docker (ACS and ACR), Visual Studio Code, Visual Studio Team Services and GitHub

A major force of infrastructure today is the possibility to use CI/CD. Understand, Continuous Integration and Continuous Deployment. To resume, these technologies, give the possibility to your developers to create/modify their codes, send them to GitHub for example, build it with Visual Studio Team Services (VSTS), save it on you registry (Azure Container Registry for me), manage the versioning, always with VSTS, send it to your Docker Swarm cluster as container et to finish, access it through a simple web interface.
Read more
Romain Serre
  • Romain Serre
  • January 10, 2017

Get started with Windows Containers

Windows Server 2016 has been released in October 2016 and comes with a new feature called Containers. Containers already exist in Linux world and enable to make OS virtualization. Basically, a container is an isolated place where an application can run without affecting the rest of the system and without the system affecting the application (MSDN definition).
Read more
Florent Appointaire
  • Florent Appointaire
  • December 15, 2016

[Docker] Image2Docker: Bye bye IIS on Windows Server, Hello IIS on Windows Containers

Image2Docker is a tool to convert some Windows Server roles to Docker containers (on Windows, for sure). With this new version, it’s possible to extract ASP.NET website to run them in containers. To start, I created a VM with 3 ASP.NET websites.
Read more
Florent Appointaire
  • Florent Appointaire
  • June 24, 2016

Docker: Docker Datacenter in Azure

Docker Datacenter on Azure and AWS has been announced on Tuesday 21st, June 2016 at the DockerCon.
Read more