Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@finghine
Created May 22, 2017 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save finghine/2267388e6a227ef3347afbadecd3e168 to your computer and use it in GitHub Desktop.
Save finghine/2267388e6a227ef3347afbadecd3e168 to your computer and use it in GitHub Desktop.
docker 运行anyconnect
#!/bin/bash
sudo apt-get install Docker.io
sudo docker run -d --privileged -p 8123:443 --name anyconnect -v $HOME/certs:/certs treelite/anyconnect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment