docker installation, startup Splash flash back service to solve

docker installation, startup Splash flash back service to solve

For installation docker, and then to turndocker service , but also the installationSplash .

(This time in cmd enter the relevant commands me this is an error, and I want to run docker desktopbefore they can, Shane -_- ||)

The installation process: cmd to open docker.exewhere the bindirectory, enter the installation Splash command:

C:\Program Files\Docker\Docker\resources\bin> docker pull scrapinghub/splash

Here Insert Picture Description

Download all tasks Pull completeafter, and then use docker start service command to start the Splash Services :

C:\Program Files\Docker\Docker\resources\bin>
docker run -p 5023:5023 -p 8050:8050 -p 8051:8051 scrapinghub/splash
docker run -p 8050:8050 scrapinghub/splash

Here Insert Picture Description

Finally, open http: // localhost: 8050 / to see Web pages Splash provided, as shown below

Here Insert Picture Description

Published 16 original articles · won praise 113 · Views 4886

Guess you like

Origin blog.csdn.net/qq_43280818/article/details/99779933