2019年5月11日 星期六

my docker install, using azure


  1. new ubuntu vm
  2. ssh log in, apt-get update
  3. curl -sSL https://get.docker.com/ | sudo sh
  4. sudo service docker start
  5. sudo docker run ubuntu:12.04 echo 'Hello Docker (will download image)
  6. to get how many images on the host: sudo docker images
  7. run with -i: docker run xxx -i -t
  8. delete image: docker rmi xxx
scapy
  1. sudo apt-get install python-scapy python-pyx python-gnuplot
CLI
  1. su admin
  2. configure

沒有留言:

張貼留言