Created
December 18, 2020 02:32
-
-
Save Luis-Palacios/75af573c683385318ea16c12d031c4da to your computer and use it in GitHub Desktop.
docker-utils.bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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