- 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
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- Visual Basic程序開發(學習筆記)
- Practical UX Design
- Mastering Objectoriented Python
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- Java入門很輕松(微課超值版)
- 概率成形編碼調制技術理論及應用
- Mastering Apache Spark 2.x(Second Edition)
- ElasticSearch Cookbook(Second Edition)
- Java Web開發就該這樣學
- Kotlin開發教程(全2冊)
- Mockito Essentials
- Unity 2017 Game AI Programming(Third Edition)
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Python編程快速上手2