Docker

[Cloud]2. Configuring your Docker environment

트리스탄1234 2023. 5. 20. 10:19
728x90
반응형

In this article, I will post how to install Docker. Docker is a program that usually runs on Linux. Therefore, a separate tool installation is required for Windows OS. In this article, I will post how to build an environment in Windows OS.

Installing Docker in Window

To run Docker on Windows OS, you need to install a separate tool. There are many types of tools, but today we will install using a tool called Boot2Docker.

1. First, connect to the site below and download the Docker-Install.exe file.

https://github.com/boot2docker/windows-installer/releases

2. Click the downloaded file to run it.

3. click next button.

4.It asks for the installation folder. Just leave it as the default directory and click Next

5. It asks for additional installers, the important thing here is that, as mentioned earlier, Docker runs on Linux OS. Check the checkbox of the program called Virtualbox (a tool that provides virtual system provided by Oracle) and click Next.

6. Click Next Button.

7.Click Next Button.

8.Click Install Button.

9 Click Finish. Then you will see an icon like the one below on your desktop.

10. Double-click the bootDocker Start Icon.

Then, a screen asking if you want to connect to the Virtual Box program appears, click Yes.

11. Then a virtual Linux terminal window will appear as shown below. Now you can run Docker commands through this window.

 

728x90
반응형

'Docker' 카테고리의 다른 글

[Cloud] 6. Using Dockerfile  (67) 2023.05.31
[Cloud] 4. Docker Network  (89) 2023.05.28
[Cloud] 5. Docker Registry  (36) 2023.05.26
[Cloud] 3. Docker Basic Commands  (43) 2023.05.23
[Cloud] 1. Docker Overview  (65) 2023.05.18