-
Book Overview & Buying
-
Table Of Contents
The Rust Programming Handbook
By :
Before we can package our Rust applications into containers, we first need Docker installed and running on our system. We also need to understand a few fundamental Docker concepts and commands.
This section will guide you through the initial setup and introduce you to the basics of interacting with Docker.
The first step is to get Docker onto your machine. The installation process varies slightly depending on your operating system, but it’s generally quite straightforward.
The most common way to use Docker on a personal computer is via Docker Desktop. It’s an easy-to-install application that provides Docker Engine (the core runtime), the Docker command-line interface (CLI) tool, Docker Compose (for multi-container applications), and other helpful utilities: