- Building Web Apps with Spring 5 and Angular
- Ajitesh Shukla
- 136字
- 2021-07-02 19:38:26
Installing Docker
Now that you have got an understanding of Docker, let's install Docker. We shall look into the steps that are required to install Dockers on the Windows OS. However, one can download the appropriate installer for Docker toolbox based on the OS requirements. Perform the following steps to install Docker:
- Download the Windows version of the Docker Toolbox from the webpage https://www.docker.com/products/docker-toolbox.
- The Docker toolbox comes as an installer which can be double-clicked for a quick setup and launch of the docker environment. The following come with the Docker toolbox installation:
- Docker Machine for running docker-machine commands
- Docker Engine for running the docker commands
- Docker Compose for running the docker-compose commands--this is what we are looking for
- Kitematic, the Docker GUI
- A shell preconfigured for a Docker command-line environment
- Oracle VirtualBox
推薦閱讀
- C++程序設計教程
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- DBA攻堅指南:左手Oracle,右手MySQL
- Java入門很輕松(微課超值版)
- Mastering Python Scripting for System Administrators
- C語言程序設計教程(第2版)
- Mastering Apache Spark 2.x(Second Edition)
- Learning Salesforce Einstein
- Windows內核編程
- Linux Shell核心編程指南
- Python項目實戰從入門到精通
- Developing SSRS Reports for Dynamics AX
- Flink技術內幕:架構設計與實現原理
- 深入分析GCC
- Flutter從0基礎到App上線