Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 528 Bytes

File metadata and controls

20 lines (13 loc) · 528 Bytes

Playing with docker-compose

  1. Starting containers
  • Create a folder D:\temp in order to mount volume from container

  • Uses docker-compose command to start containers

    docker-compose up
  1. Verify service
  • Open the browser and access the url http://localhost:5002/api/people
  1. Verify sqlserver
  • We can use SQL Server Management Studio to access the sqlserver container with the following information
    • Server address: localhost,14333
    • Password for sa account: P@ssw0rd123