- 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.
- PyTorch自然語(yǔ)言處理入門與實(shí)戰(zhàn)
- Learning Linux Binary Analysis
- NativeScript for Angular Mobile Development
- Functional Programming in JavaScript
- Blender 3D Incredible Machines
- JavaScript動(dòng)態(tài)網(wǎng)頁(yè)開發(fā)詳解
- 從零開始學(xué)Linux編程
- 編程與類型系統(tǒng)
- Babylon.js Essentials
- Android傳感器開發(fā)與智能設(shè)備案例實(shí)戰(zhàn)
- Building Serverless Web Applications
- 微信小程序開發(fā)邊做邊學(xué)(微課視頻版)
- Bitcoin Essentials
- 產(chǎn)品架構(gòu)評(píng)估原理與方法
- Java程序設(shè)計(jì)及應(yīng)用開發(fā)