Author Archives: George Valentin Voina

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 »

Blog Links: Block-chain news: The truth about blockchain, healthcare uses and implementation mistakes

By | February 14, 2017

Another article in the main press (Harvard Business Review) about block-chain. The Truth About Blockchain. A real case presentation about the use case of block-chain technology in healthcare Distributed health 2016 – WarrenBrandeis Finally a nice list of main mistakes that are done when implementing in the real world block-chain technology Top 10 Mistakes in… Read More »

BlockChain: Georgia first government to use blockchain for property rights registry

By | February 10, 2017

After much hype finally there is a government that implements something with blockchain technology. Georgia together with blockchain company Bitfury, as stated on Bitfury web site: The Republic of Georgia has partnered with The Bitfury Group to advance transparency by developing a system for registering land titles using the Blockchain for the National Agency of… Read More »

Linux: Command line video editing

By | May 12, 2019

The best way to do simple video in Linux is using the command line. This way you can do quick one liner commands that do the job fast and clean. My favourite tool is ffmpeg. Install ffmpeg: If you do not have it already installed to install ffmpeg simply do (in Fedora): Install the rpmfusion… Read More »

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 »