-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathMakefile
33 lines (22 loc) · 779 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
build:
docker build -t ericdraken/chrome-vpn:armv7 .
rebuild:
docker build --no-cache -t ericdraken/chrome-vpn:armv7 .
bash:
docker-compose run --service-ports --no-deps --rm chrome-vpn bash
up0:
docker-compose up --remove-orphan
up1:
docker-compose -f docker-compose-scale1.yaml up --remove-orphan
up1v:
docker-compose -f docker-compose-scale1v.yaml up --remove-orphan
up2:
docker-compose -f docker-compose-scale2.yaml up --remove-orphan
up3:
docker-compose -f docker-compose-scale3.yaml up --remove-orphan
up4:
docker-compose -f docker-compose-scale4.yaml up --remove-orphan
aapl:
curl -sLD - -x localhost:3001 https://finance.yahoo.com/quote/AAPL/community?p=AAPL -o /dev/null -w '%{url_effective}'
ipinfo:
curl -sLD - -x localhost:3001 https://ipinfo.io