-
Notifications
You must be signed in to change notification settings - Fork 1
Docker
DawidBski edited this page Mar 21, 2023
·
15 revisions
This section describes how to use our Api connected to MSSql database in docker containers.
- Make sure your Docker Desktop app is running.
- Our server certificate is added.
- Check if there are no running containers in Docker Desktop App (Containers Tab).
- Navigate to the root of the solution (in PowerShell terminal)
Just type in the root of the solution (in PowerShell terminal).
docker compose up
running our services (App and MsSql).
docker compose down
stopping our services and release the resources.
When your containers are running you can test our api in a browser at https://localhost:8081/swagger.
I'll add more info later.