Category Archives: DataCenter

Docker in the datacenter with DDC

By | March 3, 2017

Docker starts to look like a competitor to virtualization environments like VMWare VSphere deplyments. In the following knowledge base article Docker Reference Architecture: Docker Datacenter Best Practices and Design Considerations there is a very interesting presentation on how to migrate a datacenter to docker. Docker Datacenter (DDC) is the enterprise container platform from Docker to… Read More: Docker in the datacenter with DDC »

Docker: Orchestrate multiple containers with docker-compose V2

By | February 9, 2017

This is post in continuation of Docker: Orchestrate multiple containers with docker-compose The same application environment is specified using the docker-compose V2 specification. This looks very similar but with a simplified syntax and some extra features. STEP 1: List the existing images # docker images REPOSITORY TAG IMAGE ID CREATED SIZE 10.0.0.245:5000/test_app.v7 flat 53ac9d27fbb3 5… Read More: Docker: Orchestrate multiple containers with docker-compose V2 »

Backup: Scheduled backup with #Yosemite Server Backup

By | May 29, 2017

Everybody knows that backup is important and having a backup setup on an external resource as remote server or tape drive is even better. I wanted to set up an automatic backup that does not require a lot of intervention, to safeguard the most important data hosted on my servers: the owncloud storage space and… Read More: Backup: Scheduled backup with #Yosemite Server Backup »

Backup: Daily back-up on external encrypted disk with rsync and cron

By | February 8, 2017

Everybody knows the importance of a daily back-up. There are a lot of tools with fancy GUIs and useless information but sometimes the best is to keep it simple. Linux offers some very powerful build-in ways of creating a perfect backup. The scope is to create a secure incremental automatic daily backup without using fancy… Read More: Backup: Daily back-up on external encrypted disk with rsync and… »

#DRBD: Synchronization of sites after the failed DR (disaster recovery) site is recovered

By | April 24, 2017

This is a follow-up tutorial on the DRBD replication posts about resynchronization of sites after the failed DR site is recovered. More than a year ago I described in a long tutorial how to use DRBD in a real production environment and the challenges associated to it. See: DRBD based disk replication of a production… Read More: #DRBD: Synchronization of sites after the failed DR (disaster recovery)… »