- Hands-On Data Science with the Command Line
- Jason Morris Chris McCubbin Raymond Page
- 81字
- 2021-07-02 13:58:54
Getting set up with Docker
What if there were a way to obtain an image with all the commands preinstalled and you were able to run it on most major operating systems without any issues? That's exactly what Docker provides, and you can quickly get up and running in a matter of minutes:
- Visit https://www.docker.com/community-edition and install the version of Docker for your operating system
- Run the following command to obtain the Docker image:
docker run -ivt nextrevtech/commandline-book /bin/bash