Skip to content

Instantly share code, notes, and snippets.

@Luis-Palacios
Created December 18, 2020 02:32
Show Gist options
  • Save Luis-Palacios/75af573c683385318ea16c12d031c4da to your computer and use it in GitHub Desktop.
Save Luis-Palacios/75af573c683385318ea16c12d031c4da to your computer and use it in GitHub Desktop.
docker-utils.bash
# copy bak file to sql container
docker cp /path/to/db.bak {container_id}://var/opt/mssql/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment