Sign inSign up

divanny/crowdsolve-sqlserver

By divanny

•Updated over 1 year ago

Imagen con SQL Server y la base de datos Crowdsolve lista para desarrollo y colaboración

Image
Developer tools
Databases & storage
0

10K+

divanny/crowdsolve-sqlserver repository overview

⁠Crowdsolve - SQL Server Database

This Docker image contains a preconfigured instance of SQL Server with the Crowdsolve database, designed to facilitate development and collaboration. It includes all necessary data to run the backend of the Crowdsolve project, developed as part of a Software Engineering degree project.

⁠Features:

  • SQL Server preconfigured and ready to use.
  • Crowdsolve Database included with all necessary example data.
  • Optimized for the development environment of the Crowdsolve project.
  • Simplifies the setup of development environments for team members.

⁠Usage:

  1. Install Docker if you don’t have it installed.
  2. Run the following command to start the image:
    docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=Cr0wDs0Lv3" -p 1434:1433 yourdockerhubuser/crowdsolve-sql
    
  3. Connect to the SQL Server instance at localhost:1434 with the following credentials:
    • User: sa
    • Password: Cr0wDs0Lv3

This image is designed for development and testing purposes, not recommended for production environments.

⁠Requirements:

  • Docker Engine 19.03.0+
  • Disk space: Approximately 3 GB

Tag summary

Content type

Image

Digest

sha256:985ba6c16…

Size

847.9 MB

Last updated

over 1 year ago

docker pull divanny/crowdsolve-sqlserver