- Cape Town, ZA
Pinned Loading
-
Docker: SQL Server with mounted Volume
Docker: SQL Server with mounted Volume 1# SQL Server with Docker
23The following script will create a Docker container which will run SQL Server and assign a password for user 'sa'
4This container will mount my C:\SQL_DB directory which contains my .mdf and .ldf files,
5it will then make those available to my container in the /sql_data directory.
-
A simply little snippet to squash yo...
A simply little snippet to squash your git commits into one commit for merging back to your source branch. 1# Roll back all the commits done since branching from a develop branch but keep the changes.
2# Note: Be careful to not loose your changes after running this command.
3Write-Host "Rolling back commit tree to source branch."
4git reset $(git merge-base develop $(git rev-parse --abbrev-ref HEAD))
5Write-Host "Remember to commit all your changes and to run git push -f"
-
docker cleanup guide: containers, im...
docker cleanup guide: containers, images, volumes, networks 1# Docker - How to cleanup (unused) resources
23Once in a while, you may need to cleanup resources (containers, volumes, images, networks) ...
45This is forked from [here](https://gist.github.com/bastman/5b57ddb3c11942094f8d0a97d461b430)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.