TorBT - Torrents and Magnet Links Search Engine
Dometrain Zero to hero Docker for Developers
- Date: 2026-05-24
- Size: 970 MB
- Files: 453
File Name
Size
01. Welcome.mp4
26 MB
02. What will you learn in this course.mp4
44 MB
03. Who is the course for and prerequisites.mp4
13 MB
04. Installing Docker on Windows.mp4
13 MB
05. Installing Docker on Linux.mp4
16 MB
06. Installing Docker on Mac.mp4
3.4 MB
07. Enabling hardware virtualization in the BIOS.mp4
3.7 MB
08. Introduction.mp4
5.1 MB
09. Containers.mp4
21 MB
10. Images.mp4
6.1 MB
11. Container registries and Docker Hub.mp4
14 MB
12. Docker CLI.mp4
14 MB
13. Docker Desktop GUI.mp4
16 MB
14. Visual Studio Code Extension.mp4
5.7 MB
15. Introduction (2).mp4
12 MB
16. Port mapping.mp4
14 MB
17. Detached mode and logs.mp4
10 MB
18. Shell access and makes changes inside containers.mp4
19 MB
19. More example 3rd party images.mp4
36 MB
20. Image tags.mp4
19 MB
21. Image layers and caching.mp4
12 MB
22. Introduction (3).mp4
6.1 MB
23. Frontend.mp4
8.3 MB
24. Backend.mp4
11 MB
25. A simple database interaction.mp4
20 MB
26. Building our API image.mp4
16 MB
27. Dockerfile 101.mp4
20 MB
28. Building our frontend image.mp4
9.8 MB
29. Introduction (4).mp4
13 MB
30. The docker-compose YAML file.mp4
6.5 MB
31. The docker compose CLI command.mp4
18 MB
32. Services as DNS entries.mp4
2.3 MB
33. Using docker compose to build our images.mp4
11 MB
34. Seeding our database.mp4
23 MB
35. Pushing images to Docker Hub.mp4
30 MB
36. Introduction (5).mp4
5.8 MB
37. Docker and CICD.mp4
16 MB
38. Leveraging Docker for Testing.mp4
39 MB
39. Spikes.mp4
4.9 MB
40. Introduction and types of persistent storage in Docker.mp4
10 MB
41. Creating Volumes.mp4
7.0 MB
42. Mounting volumes in containers.mp4
25 MB
43. Mounting bind mounts in containers.mp4
12 MB
44. Volumes in Docker compose.mp4
18 MB
45. Backing up volumes.mp4
14 MB
46. Anonymous volumes and the Dockerfile VOLUME instruction.mp4
11 MB
47. Introduction (6).mp4
14 MB
48. Default bridge network.mp4
15 MB
49. Custom bridge networks.mp4
24 MB
50. Networking on Docker Compose.mp4
33 MB
51. Host network.mp4
17 MB
52. Leveraging host.docker.internal.mp4
8.3 MB
53. Summary of other network types.mp4
15 MB
54. Introduction (7).mp4
23 MB
55. Image scanning.mp4
16 MB
56. Running containers as non-root.mp4
23 MB
57. Under the hood How containers work in Linux.mp4
32 MB
58. The difference between ENTRYPOINT and CMD in Dockerfile.mp4
24 MB
59. Tip Creating command line aliases.mp4
4.4 MB
60. Container hosting solutions.mp4
14 MB
61. Course conclusion.mp4
16 MB
code.zip
1.8 MB
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi.sln
816 B
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi/appsettings.Development.json
127 B
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi/appsettings.json
151 B
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
608 B
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi/Dockerfile
629 B
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi/Program.cs
1.0 kB
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
967 B
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend.sln
831 B
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
401 B
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/App.razor
473 B
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
713 B
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
674 B
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Program.cs
443 B
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
332 B
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
1.3 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
552 B
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
1.3 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
365 B
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
1.5 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.3 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.2 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
523 B
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
1.1 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.6 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
1016 B
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
3.7 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
159 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
439 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.0 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.1 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.6 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.2 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
28 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
15 kB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
453 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/docker-compose.yaml
734 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/.github/workflows/build-api.yml
1.7 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/.github/workflows/build-frontend.yml
941 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/Database/CreateDatabaseAndSeed.sql
481 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/Database/Dockerfile
171 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/Database/wait-and-run.sh
484 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi.sln
1.3 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/appsettings.Development.json
127 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/appsettings.json
379 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
608 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/Dockerfile
644 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/Program.cs
1.0 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/Settings.cs
116 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi.Tests/ApiTests.cs
412 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi.Tests/CustomWebApplicationFactory.cs
774 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi.Tests/DockerCourseApi.Tests.csproj
1.3 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi.Tests/Usings.cs
19 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
967 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend.sln
831 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
401 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/App.razor
473 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
713 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
341 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Program.cs
443 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
332 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
1.3 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
552 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
1.3 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
365 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
1.5 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.3 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.2 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
523 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
1.1 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.6 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
1016 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
3.7 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
159 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
439 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.0 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.1 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.6 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.2 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
28 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
15 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
453 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/Volumes/SqlServerBindMountDemo.ps1
137 B
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/Volumes/SqlServerVolumeDemo.ps1
1.0 kB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/Volumes/VolumeBackup.ps1
593 B
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi.sln
816 B
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi/appsettings.Development.json
127 B
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi/appsettings.json
151 B
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
608 B
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi/Dockerfile
629 B
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi/Program.cs
1.0 kB
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
967 B
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend.sln
831 B
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
401 B
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/App.razor
473 B
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
713 B
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
674 B
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Program.cs
443 B
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
332 B
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
1.3 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
552 B
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
1.3 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
365 B
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
1.5 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.3 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.2 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
523 B
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
1.1 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.6 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
1016 B
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
3.7 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
159 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
439 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.0 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.1 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.6 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.2 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
28 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
15 kB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
453 B
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi.sln
816 B
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi.sln.DotSettings.user
904 B
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi/appsettings.Development.json
127 B
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi/appsettings.json
151 B
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
608 B
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi/Dockerfile
558 B
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi/Program.cs
1.0 kB
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
967 B
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend.sln
831 B
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
401 B
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/App.razor
473 B
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
713 B
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
341 B
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Program.cs
443 B
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
332 B
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
1.3 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
552 B
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
1.3 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
365 B
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
1.5 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.3 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.2 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
523 B
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
1.1 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.6 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
1016 B
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
3.7 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
159 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
439 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.0 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.1 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.6 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.2 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
28 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
15 kB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
453 B
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi.sln
816 B
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi.sln.DotSettings.user
904 B
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi/appsettings.Development.json
127 B
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi/appsettings.json
151 B
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
608 B
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi/Dockerfile
558 B
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi/Program.cs
1.0 kB
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
967 B
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend.sln
831 B
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
401 B
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/App.razor
473 B
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
713 B
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
341 B
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Program.cs
443 B
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
332 B
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
1.3 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
552 B
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
1.3 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
365 B
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
1.5 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.3 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.2 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
523 B
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
1.1 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.6 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
1016 B
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
3.7 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
159 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
439 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.0 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.1 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.6 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.2 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
28 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
15 kB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
453 B
code/Pushing images to Docker Hub_10.1/10.1/docker-compose.yaml
734 B
code/Pushing images to Docker Hub_10.1/10.1/Database/CreateDatabaseAndSeed.sql
481 B
code/Pushing images to Docker Hub_10.1/10.1/Database/Dockerfile
171 B
code/Pushing images to Docker Hub_10.1/10.1/Database/wait-and-run.sh
484 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi.sln
816 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi/appsettings.Development.json
127 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi/appsettings.json
151 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
608 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi/Dockerfile
558 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi/Program.cs
1.0 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
967 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend.sln
831 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
401 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/App.razor
473 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
713 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
341 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Program.cs
443 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
332 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
1.3 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
552 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
1.3 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
365 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
1.5 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.3 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.2 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
523 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
1.1 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.6 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
1016 B
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
3.7 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
159 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
439 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.0 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.1 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.6 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.2 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
28 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
15 kB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
453 B
code/Running containers as non-root_14.3/14.3/docker-compose.yaml
734 B
code/Running containers as non-root_14.3/14.3/.github/workflows/build-api.yml
1.7 kB
code/Running containers as non-root_14.3/14.3/.github/workflows/build-frontend.yml
941 B
code/Running containers as non-root_14.3/14.3/Database/CreateDatabaseAndSeed.sql
481 B
code/Running containers as non-root_14.3/14.3/Database/Dockerfile
171 B
code/Running containers as non-root_14.3/14.3/Database/wait-and-run.sh
484 B
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi.sln
1.3 kB
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/appsettings.Development.json
127 B
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/appsettings.json
379 B
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
608 B
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/Dockerfile
814 B
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/Program.cs
1.0 kB
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/Settings.cs
116 B
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi.Tests/ApiTests.cs
412 B
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi.Tests/CustomWebApplicationFactory.cs
774 B
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi.Tests/DockerCourseApi.Tests.csproj
1.3 kB
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi.Tests/Usings.cs
19 B
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
967 B
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend.sln
831 B
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
401 B
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/App.razor
473 B
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
713 B
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
341 B
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Program.cs
443 B
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
332 B
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
1.3 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
552 B
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
1.3 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
365 B
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
1.5 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.3 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.2 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
523 B
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
1.1 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.6 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
1016 B
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
3.7 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
159 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
439 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.0 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.1 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.6 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.2 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
28 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
15 kB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
453 B
code/Running containers as non-root_14.3/14.3/Volumes/SqlServerBindMountDemo.ps1
137 B
code/Running containers as non-root_14.3/14.3/Volumes/SqlServerVolumeDemo.ps1
1.0 kB
code/Running containers as non-root_14.3/14.3/Volumes/VolumeBackup.ps1
593 B
code/Seeding our database_09.6/09.6/docker-compose.yaml
690 B
code/Seeding our database_09.6/09.6/Database/CreateDatabaseAndSeed.sql
481 B
code/Seeding our database_09.6/09.6/Database/Dockerfile
171 B
code/Seeding our database_09.6/09.6/Database/wait-and-run.sh
484 B
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi.sln
816 B
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi/appsettings.Development.json
127 B
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi/appsettings.json
151 B
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
608 B
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi/Dockerfile
558 B
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi/Program.cs
1.0 kB
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
967 B
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend.sln
831 B
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
401 B
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/App.razor
473 B
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
713 B
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
341 B
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Program.cs
443 B
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
332 B
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
1.3 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
552 B
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
1.3 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
365 B
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
1.5 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.3 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.2 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
523 B
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
1.1 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.6 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
1016 B
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
3.7 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
159 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
439 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.0 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.1 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.6 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.2 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
28 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
15 kB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
453 B
code/Spikes_11.4/11.4/docker-compose.yaml
734 B
code/Spikes_11.4/11.4/.github/workflows/build-api.yml
1.7 kB
code/Spikes_11.4/11.4/.github/workflows/build-frontend.yml
941 B
code/Spikes_11.4/11.4/Database/CreateDatabaseAndSeed.sql
481 B
code/Spikes_11.4/11.4/Database/Dockerfile
171 B
code/Spikes_11.4/11.4/Database/wait-and-run.sh
484 B
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi.sln
1.3 kB
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/appsettings.Development.json
127 B
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/appsettings.json
379 B
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
608 B
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/Dockerfile
644 B
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/Program.cs
1.0 kB
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/Settings.cs
116 B
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi.Tests/ApiTests.cs
412 B
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi.Tests/CustomWebApplicationFactory.cs
774 B
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi.Tests/DockerCourseApi.Tests.csproj
1.3 kB
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi.Tests/Usings.cs
19 B
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
967 B
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend.sln
831 B
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
401 B
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/App.razor
473 B
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
713 B
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
341 B
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Program.cs
443 B
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
332 B
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
1.3 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
552 B
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
1.3 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
365 B
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
1.5 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.3 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.2 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
523 B
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
1.1 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.6 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
1016 B
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
3.7 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
159 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
439 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.0 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.1 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.6 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.2 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
28 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
15 kB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
453 B