< Previous Challenge - Home - Next Challenge >
With this second challenge you will be able to run the “Rock Paper Scissors Boom” app locally.
docker-compose.yaml
file in the Resources.zip
file.To complete this challenge successfully, you should be able to:
docker ps
is showing you 2 Docker containers running successfully.docker-compose.yaml
file and set a password for the SQL Server container (it is referenced 3 times in the file)docker compose up --build
from the folder where the docker-compose.yaml
file is to build & run the Docker images locally.docker exec rockpaperscissors-sql /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P "<password>" -d RockPaperScissorsBoom -q "SELECT * FROM [dbo].[GameRecords]
docker-compose.yaml
file.
"ASPNETCORE_ENVIRONMENT": "Development"