Update README.md with latest Docker tags

This commit is contained in:
lwthiker
2022-06-03 21:33:08 +03:00
committed by GitHub
parent 4779505a66
commit fd7bd09bda

View File

@@ -68,12 +68,12 @@ See [INSTALL.md](INSTALL.md).
Docker images based on Alpine Linux with `curl-impersonate` compiled and ready to use are available on [Docker Hub](https://hub.docker.com/r/lwthiker/curl-impersonate). The images contain the binary and all the wrapper scripts. Use like the following: Docker images based on Alpine Linux with `curl-impersonate` compiled and ready to use are available on [Docker Hub](https://hub.docker.com/r/lwthiker/curl-impersonate). The images contain the binary and all the wrapper scripts. Use like the following:
```bash ```bash
# Firefox version # Firefox version
docker pull lwthiker/curl-impersonate:0.4-ff docker pull lwthiker/curl-impersonate:0.5-ff
docker run --rm lwthiker/curl-impersonate:0.4-ff curl_ff95 https://www.wikipedia.org docker run --rm lwthiker/curl-impersonate:0.5-ff curl_ff100 https://www.wikipedia.org
# Chrome version # Chrome version
docker pull lwthiker/curl-impersonate:0.4-chrome docker pull lwthiker/curl-impersonate:0.5-chrome
docker run --rm lwthiker/curl-impersonate:0.4-chrome curl_chrome99 https://www.wikipedia.org docker run --rm lwthiker/curl-impersonate:0.5-chrome curl_chrome101 https://www.wikipedia.org
``` ```
### Distro packages ### Distro packages