Unleashing SciDB in a Docker Container
Building a Docker Image for SciDB
Docker containers simplify the development and deployment of software through isolation. Containers are especially useful when the targeted software has a complicated installation procedure. This is the case for SciDB. SciDB needs to be compiled from source and requires a multitude of libraries and development tools to be installed. Moreover,...
[Read More]