Tag Docker

Docker

Docker compose version is obsolete

Introduction Docker compose is widely used as the method to easily deploy docker applications. Docker compose uses .yaml or .yml files to declare the configuration. Previously this .yaml or .yml file included a “version:” statement. This “version:” statement is now…

NVIDIA GPU with Docker

Introduction In this blog post, we will explore how to leverage an NVIDIA GPU with Docker to supercharge your applications. Docker simplifies the deployment process by handling dependencies seamlessly. With the increasing demand for high-performance computing, more applications are utilizing…