资源详情

返回首页 | 相关搜索
Dometrain Zero to hero Docker for Developers
大小 970 MB
文件数 453
Info Hash: A58275572241FE267F51E46026B3A30C4A6D8F8F
收录时间 2026-02-03 21:31:14
更新时间 2026-02-03 21:31:14
文件列表 (453)
01. Welcome.mp4
25.73 MB
02. What will you learn in this course.mp4
44.08 MB
03. Who is the course for and prerequisites.mp4
13.05 MB
04. Installing Docker on Windows.mp4
12.97 MB
05. Installing Docker on Linux.mp4
16.46 MB
06. Installing Docker on Mac.mp4
3.43 MB
07. Enabling hardware virtualization in the BIOS.mp4
3.69 MB
08. Introduction.mp4
5.14 MB
09. Containers.mp4
20.57 MB
10. Images.mp4
6.05 MB
11. Container registries and Docker Hub.mp4
13.67 MB
12. Docker CLI.mp4
14.46 MB
13. Docker Desktop GUI.mp4
15.47 MB
14. Visual Studio Code Extension.mp4
5.73 MB
15. Introduction (2).mp4
12.27 MB
16. Port mapping.mp4
14 MB
17. Detached mode and logs.mp4
10.45 MB
18. Shell access and makes changes inside containers.mp4
19.28 MB
19. More example 3rd party images.mp4
35.97 MB
20. Image tags.mp4
18.97 MB
21. Image layers and caching.mp4
11.97 MB
22. Introduction (3).mp4
6.1 MB
23. Frontend.mp4
8.34 MB
24. Backend.mp4
11.42 MB
25. A simple database interaction.mp4
19.9 MB
26. Building our API image.mp4
15.75 MB
27. Dockerfile 101.mp4
20.4 MB
28. Building our frontend image.mp4
9.8 MB
29. Introduction (4).mp4
13.07 MB
30. The docker-compose YAML file.mp4
6.5 MB
31. The docker compose CLI command.mp4
18.41 MB
32. Services as DNS entries.mp4
2.33 MB
33. Using docker compose to build our images.mp4
10.78 MB
34. Seeding our database.mp4
23.09 MB
35. Pushing images to Docker Hub.mp4
29.55 MB
36. Introduction (5).mp4
5.83 MB
37. Docker and CICD.mp4
15.78 MB
38. Leveraging Docker for Testing.mp4
39.44 MB
39. Spikes.mp4
4.87 MB
40. Introduction and types of persistent storage in Docker.mp4
10.17 MB
41. Creating Volumes.mp4
6.98 MB
42. Mounting volumes in containers.mp4
24.67 MB
43. Mounting bind mounts in containers.mp4
12.05 MB
44. Volumes in Docker compose.mp4
18.2 MB
45. Backing up volumes.mp4
14.13 MB
46. Anonymous volumes and the Dockerfile VOLUME instruction.mp4
10.61 MB
47. Introduction (6).mp4
13.95 MB
48. Default bridge network.mp4
14.94 MB
49. Custom bridge networks.mp4
24.4 MB
50. Networking on Docker Compose.mp4
32.72 MB
51. Host network.mp4
16.98 MB
52. Leveraging host.docker.internal.mp4
8.25 MB
53. Summary of other network types.mp4
15.32 MB
54. Introduction (7).mp4
23.14 MB
55. Image scanning.mp4
16.46 MB
56. Running containers as non-root.mp4
22.86 MB
57. Under the hood How containers work in Linux.mp4
32.26 MB
58. The difference between ENTRYPOINT and CMD in Dockerfile.mp4
23.77 MB
59. Tip Creating command line aliases.mp4
4.39 MB
60. Container hosting solutions.mp4
13.84 MB
61. Course conclusion.mp4
16.43 MB
code.zip
1.78 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.01 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.31 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.29 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.51 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.31 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.22 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.12 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.56 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.73 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
158.91 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
438.58 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.01 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.07 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.57 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.17 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
27.54 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20.5 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54.04 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27.37 KB
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
14.63 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.74 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.03 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.27 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.31 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.29 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.51 KB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.31 KB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.22 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.12 KB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.56 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.73 KB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
158.91 KB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
438.58 KB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.01 KB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.07 KB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.57 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.17 KB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
27.54 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.5 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.04 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.37 KB
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
14.63 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.04 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.01 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.31 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.29 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.51 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.31 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.22 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.12 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.56 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.73 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
158.91 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
438.58 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.01 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.07 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.57 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.17 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
27.54 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20.5 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54.04 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27.37 KB
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
14.63 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.01 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.31 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.29 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.51 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.31 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.22 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.12 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.56 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.73 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
158.91 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
438.58 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.01 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.07 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.57 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.17 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
27.54 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20.5 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54.04 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27.37 KB
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
14.63 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.01 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.31 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.29 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.51 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.31 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.22 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.12 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.56 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.73 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
158.91 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
438.58 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.01 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.07 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.57 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.17 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
27.54 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20.5 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54.04 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27.37 KB
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
14.63 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.01 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.31 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.29 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.51 KB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.31 KB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.22 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.12 KB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.56 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.73 KB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
158.91 KB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
438.58 KB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.01 KB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.07 KB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.57 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.17 KB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
27.54 KB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20.5 KB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54.04 KB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27.37 KB
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
14.63 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.74 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.03 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.27 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.31 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.29 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.51 KB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.31 KB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.22 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.12 KB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.56 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.73 KB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
158.91 KB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
438.58 KB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.01 KB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.07 KB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.57 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.17 KB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
27.54 KB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20.5 KB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54.04 KB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27.37 KB
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
14.63 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.04 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.01 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.31 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.29 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.51 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.31 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.22 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.12 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.56 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.73 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
158.91 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
438.58 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.01 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.07 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.57 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.17 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
27.54 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20.5 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54.04 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27.37 KB
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
14.63 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.74 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.03 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.27 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.31 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.29 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.51 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
1.31 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
1.22 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.12 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
2.56 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.73 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
158.91 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
438.58 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
4.01 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
1.07 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
3.57 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
9.17 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
27.54 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
20.5 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
54.04 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
27.37 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
14.63 KB
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
453 B

免责声明

本网站仅提供DHT网络磁力资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 lulutang@protonmail.com。