Skip to content

Instantly share code, notes, and snippets.

@Gogetter
Last active February 9, 2019 20:44
Show Gist options
  • Save Gogetter/a14baee0963064c757d4777b285f16fb to your computer and use it in GitHub Desktop.
Save Gogetter/a14baee0963064c757d4777b285f16fb to your computer and use it in GitHub Desktop.
docker exec -it dev-mssql-server "bash"
mkdir -p /home/sql/dataset
cd /home/sql/dataset
wget "https://github.com/Gogetter/blog-posts-database/raw/dockerze-mssql/ConsumerComplaints.csv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment