Posts Tagged Docker
How to install Docker on a Raspberry Pi2?
Posted by rtcpractise in Raspberry Pi on 07/02/2015
Till now, the Raspberry Hype was not for me, because the Hardware was very weak compared with Cubieboard or Odroid. But times are changing…Raspberry Pi2 is here. The Hardware is still not at the Bleeding Edge but good enough for Docker now. How to install: Get the Archlinux from http://archlinuxarm.org/platforms/armv7/broadcom/raspberry-pi-2. Follow the installation instruction. Start ArchLinux […]
Dockerize Doors Next Generation
Posted by rtcpractise in Uncategorized on 26/12/2014
After my surprise how easy it is to “dockerize” RTC I think to my self “RTC without DNG is like a fish without a bicycle”. Unfortunately there is no DNG ZIP File…you have to use the IBM Installation Manager and install DNG inside /opt (exactly /opt/IBM/JazzTeamserver) without JTS. If someone knows how to make a silent […]
How to install Docker on the Odroid XU3 or C1
Posted by rtcpractise in ARM on 23/12/2014
After waiting for the release of the Cubieboard 4 (or 8) with an A80 CPU I gave up and purchased an Odroid XU3. It has USB3 and an Octacore CPU, but no SATA. With the help of these information, found at the Odroid Forum, I managed to run Docker. Just a hint…use Archlinux for ARM because […]
How to create a Docker Container with RTC 5.0.2
Posted by rtcpractise in Uncategorized on 23/12/2014
Based on the great work of Chris McGee found at jazzhub I tried to put RTC 5.0.2 in a Docker Container. It worked and I used this example to get familiar with Docker. Before you start please keep in mind that Docker only runs on Linux, I use Ubuntu 14.04 LTS. Download the RTC ZIP […]