Skip to content

Instantly share code, notes, and snippets.

@ma6174
Created September 6, 2015 13:18
Show Gist options
  • Save ma6174/adb99576dd8d1d595fe9 to your computer and use it in GitHub Desktop.
Save ma6174/adb99576dd8d1d595fe9 to your computer and use it in GitHub Desktop.
docker container init script
#!/bin/bash
export LC_ALL=C
sed -i 's|archive.ubuntu.com|mirrors.ustc.edu.cn|g' /etc/apt/sources.list
apt-get update
apt-get install -y tmux netcat iputils-ping curl dstat lsof mtr tcpdump axel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment