Windows xp set up a personal blog website (Docker)

Windows xp set up a personal blog website (Docker)

  1. Download Docker
  2. Installation Docker
  3. Start a personal blog

1. Download Docker

  • 1) Baidu search rookie tutorial, search Docker rookie tutorial
    Here Insert Picture Description
    Here Insert Picture Description
  • 2) Select the appropriate system to download to install Docker toolbox

    Here Insert Picture Description

1. Download Docker

  • 1) Once you have downloaded Docker toolbox, there will be three icons, click Docker Quickstart
    Alt

    Here Insert Picture Description
  • 2) the first successful installation in the figure below, the first installation time will be longer, need to be patient.
    Here Insert Picture Description
    There may appear the following conditions (be patient enough):
    Here Insert Picture Description
  • 3) At this point, docker-compose.yml need to download a file to be downloaded by Baidu cloud disk, and placed in the corresponding installation directory.

docker-compose.yml file download link : https: //pan.baidu.com/s/1Flsn6emwMiqV2bYoZkTdUQ
extraction code: sbss

Installation directory:
For example, my computer:
Here Insert Picture Description
installation directory is: C: \ Program Files \ Docker Toolbox.

  • The first step in the directory to create a my_wordpress_blog directory and docker-compose.yml files in that directory, then cd to my_wordpress_blog directory.
    Here Insert Picture Description
  • The second step, enter docker-compose up -d
    anomalies (encounter unusual circumstances, re-enter the command line on the line):
    Here Insert Picture Description
    normal:
    Here Insert Picture Description
    normal end:
    Here Insert Picture Description
  • Step 3: Check whether the normal image, the input docker ps
    Here Insert Picture Description

3. Start a personal blog site

  • 1) (the use of Docker tool) entered in the browser: http: //192.168.99.100: 8000, will enter into personal website registration
    Here Insert Picture Description
  • After successful registration:
    Here Insert Picture Description
    Here Insert Picture Description
Released seven original articles · won praise 0 · Views 93

Guess you like

Origin blog.csdn.net/weixin_41585309/article/details/104027680