Showing posts with label Docker. Show all posts
Showing posts with label Docker. Show all posts
Sunday, March 5, 2023
Command line BACPACs to Docker SQL Server instances
A quick walkthrough of creating a Docker SQL instance, pushing data to it, taking a backup from the host command line (using BACPAC format) and pushing that data to a new instance. This made me feel a bit more confident working with SQL from the command line, and especially working with backups, which should make scripting these actions a bit easier.
Labels:
CLI,
Docker,
SQL,
SQL Server
Saturday, February 27, 2021
Using Docker Playground to Run Solr
Recently, I wanted to run through some Solr documentation, and I wanted a clean Solr instance with demo contents. I was able to do this pretty cleanly on the Play with Docker site (requires a free Docker account).
Here are the steps:
Go to Play with Docker: https://labs.play-with-docker.com/
Click Add New Instance.
Saturday, August 29, 2020
Healthchecks and Sitecore containers
I just figured something out, and thought I'd share it. I just tried spinning up Sitecore 10 on Docker, using the XM1 configuration, and I saw I was getting this error:
ERROR: for traefik Container "5530f939e540" is unhealthy.
Subscribe to:
Posts (Atom)