- Bioinformatics with Python Cookbook
- Tiago Antao
- 133字
- 2021-06-10 19:01:41
Installing the required software with Docker
Docker is the most widely-used framework for implementing operating system-level virtualization. This technology allows you to have an independent container: a layer that is lighter than a virtual machine, but still allows you to compartmentalize software. This mostly isolates all processes, making it feel like each container is a virtual machine.
Docker works quite well at both extremes of the development spectrum: it's an expedient way to set up the content of this book for learning purposes, and may become your platform of choice for deploying your applications in complex environments. This recipe is an alternative to the previous recipe.
However, for long-term development environments, something along the lines of the previous recipe is probably your best route, although it can entail a more laborious initial setup.
- Unity 2020 By Example
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Drupal 8 Blueprints
- RTC程序設計:實時音視頻權威指南
- Hands-On Microservices with Kotlin
- FFmpeg入門詳解:音視頻原理及應用
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- Linux Device Drivers Development
- MATLAB for Machine Learning
- Python High Performance Programming
- Python語言科研繪圖與學術圖表繪制從入門到精通
- SQL Server 2008中文版項目教程(第3版)
- 一覽眾山小:ASP.NET Web開發修行實錄
- 面向對象程序設計教程(C#版)
- Git Version Control Cookbook