This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CACHE_INFO: 127.0.0.1 | |
| CF_CONNECTING_IP: 127.0.0.1 | |
| CF-Connecting-IP: 127.0.0.1 | |
| CLIENT_IP: 127.0.0.1 | |
| Client-IP: 127.0.0.1 | |
| COMING_FROM: 127.0.0.1 | |
| CONNECT_VIA_IP: 127.0.0.1 | |
| FORWARD_FOR: 127.0.0.1 | |
| FORWARD-FOR: 127.0.0.1 | |
| FORWARDED_FOR_IP: 127.0.0.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # A-Bot under Alpine Linux environment with glibc in Docker | |
| # | |
| # docker build --tag abot-alpine:1.0 . | |
| # docker run -it --rm -v ${PWD}:/opt/abot-data --name abot-alpine abot-alpine:1.0 | |
| # | |
| # Referal (BEP20): 0x6c13cc78c20f8123db1b52bc1fc90174edb55a55 | |
| # | |
| FROM alpine:3.14 | |
| ENV LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LANGUAGE=en_US.UTF-8 | |
| ENV GLIBC_REPO=https://github.com/sgerrand/alpine-pkg-glibc |
OlderNewer