An open API service indexing awesome lists of open source software.

https://github.com/brenordv/docker_preloaded_sqlserver


https://github.com/brenordv/docker_preloaded_sqlserver

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Preloaded Sql Server
This is an example of how to create a Docker image that comes preloaded with some custom data.

## How to use
1. Create your custom script and place it in the ```setup.sql``` file.

2. Build the image.
```shell
docker build -t preLoadedSqlServer:latest .
```

3. [optional] After the build, start a container.
```shell
docker-compose up -d
```

Done!

If you want, you can change the image name from ```preLoadedSqlServer``` to something else.

---
This repo is part of a post from my site: https://raccoon.ninja