Skip to content

congim/alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

alpine for kubectl

alpine for kubectl

donwload

docker pull imscc/alpine

## test
docker run --name kubeclient --rm  -it -v  ~/.kube/:/root/.kube  imscc/alpine_kubectl:latest /bin/sh
kubectl cluster-info

Dockerfile for sslocal

alpine golang for sslocal

donwload

docker pull  imscc/alpine_go:sslocal
docker run -it --rm --name go imscc/alpine_go:sslocal /bin/sh

use

## shadowsocks2 config
sslocal -s serIP -p serPort  -l 1080 -k passwd -t 600 -m aes-256-cfb &
polipo &
export http_proxy=localhost:8123
export ALL_PROXY=$http_proxy
wget www.google.com

About

alpine for kubectl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published