Skip to content

Instantly share code, notes, and snippets.

@Isopach
Created February 21, 2018 04:42
Show Gist options
  • Save Isopach/f63652eb10822e2c946a29317d8538d7 to your computer and use it in GitHub Desktop.
Save Isopach/f63652eb10822e2c946a29317d8538d7 to your computer and use it in GitHub Desktop.
Install and run Vuls on Docker on Kali Linux
  1. apt-get update problems: Invalid signature -> run wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add

  2. Couldn't run hello-world:latest locally: change the /etc/default/docker file, specifially the following lines:

# Use DOCKER_OPTS to modify the daemon startup options.
DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4"

# If you need Docker to use an HTTP proxy, it can also be specified here.
export http_proxy="http://127.0.0.1:8080/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment