Skip to content

Dots and Brackets: Code Blog

Blog about DevOps, distributed applications and microservices

  • Personal blog (ru)
  • About Me
  • Personal blog (ru)
  • About Me

Tag: container

Move existing WordPress site into Docker
Development

Move existing WordPress site into Docker

August 9, 2017December 21, 202027

I’ve been running two WordPress blogs for some time and my biggest regret is that they are not running in Docker containers. If I did …

Using private registry in Docker Swarm
Development

Using private registry in Docker Swarm

July 26, 2017September 21, 202022

In one of my previous posts about Docker health checks closer to the end of the post I managed to build a Dockerfile and run it …

What exactly is Kubernetes
Development

What exactly is Kubernetes

July 12, 2017September 21, 20201

Kubernetes (or K8s) is another tool for orchestrating containerized apps in a cluster. It’s job is to find the right place for a container, fulfill its desired …

docker-compose for Swarm: docker stack
Development

docker-compose for Swarm: docker stack

June 14, 2017September 21, 20200

Imagine you configured your new shiny Docker cluster and now ready to fill it with dockerized applications. How exactly are you going to do that? Not …

Persistent data in Docker volumes
Development

Persistent data in Docker volumes

March 8, 2017September 21, 20203

As Docker containers supposed to be small, single process and easy replaceable instances, it’s not particularly clear how persistent data fits into that picture. Imagine you have …

Multi-host Docker network without Swarm
Development

Multi-host Docker network without Swarm

March 1, 2017September 21, 20206

Docker has several types of networks, but one of them is particularly interesting. Overlay network can span across hosts boundaries, so your web application container …

Quick intro to Windows containers
Development

Quick intro to Windows containers

November 9, 2016September 21, 20200

It finally happened. With release of Windows Server 2016 you can run Docker containers with Windows inside. There’s no Virtual Machine hiding somewhere in order for that …

Quick intro to docker-compose
Development

Quick intro to docker-compose

October 5, 2016September 21, 20203

What is docker-compose Like docker itself allows managing single container, docker-compose makes it easy to control not just one, but all containers that make distributed app. …

Communication between Docker containers
Development

Communication between Docker containers

September 28, 2016September 21, 20202

Having an app running from within Docker container is fun, that’s for sure. But do you know what would be even more fun? Many apps running from within …

3 ways to dockerize existing Node.js app
Development

3 ways to dockerize existing Node.js app

September 21, 2016September 21, 20204

Imagine you have Node.js app you would like to run from within Docker container. Maybe you want to check if it still works on ‘another’ …

Recent Posts

  • Configuring Azure Arc Managed Identity with Terraform
  • Configuring Azure Arc VM’s Telemetry Collection with Terraform
  • Onboarding Custom VM to Azure Arc with Terraform
  • Creating changelog for Docker image
  • Reconnaissance in local network with nmap
  • 5 ways to deploy infrastructure to a cloud
  • Connecting power and reset buttons to Jetson Nano

Recent Comments

  • thoughtsunificator on Examining NodeJS core dump with llnode and lldb
  • pav on GitLab CI for ESP32 and Arduino
  • darkfader on GitLab CI for ESP32 and Arduino
  • darkfader on GitLab CI for ESP32 and Arduino
  • pav on GitLab CI for ESP32 and Arduino

Archives

  • December 2024
  • September 2023
  • August 2023
  • September 2022
  • April 2022
  • June 2021
  • July 2020
  • June 2020
  • July 2019
  • April 2019
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016

Categories

  • Developer's Life
  • Development
  • Robotics

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © 2025 Dots and Brackets: Code Blog. Powered by WordPress and Bam.
 

Loading Comments...