Dometrain Zero to hero Docker for Developers
Torrent Information
DetailsGlobal Parameters
Identification Hash
A58275572241FE267F51E46026B3A30C4A6D8F8F
Community Trust & Feedback
Files (453)
01. Welcome.mp4
01. Welcome.mp4
02. What will you learn in this course.mp4
02. What will you learn in this course.mp4
03. Who is the course for and prerequisites.mp4
03. Who is the course for and prerequisites.mp4
04. Installing Docker on Windows.mp4
04. Installing Docker on Windows.mp4
05. Installing Docker on Linux.mp4
05. Installing Docker on Linux.mp4
06. Installing Docker on Mac.mp4
06. Installing Docker on Mac.mp4
07. Enabling hardware virtualization in the BIOS.mp4
07. Enabling hardware virtualization in the BIOS.mp4
08. Introduction.mp4
08. Introduction.mp4
09. Containers.mp4
09. Containers.mp4
10. Images.mp4
10. Images.mp4
11. Container registries and Docker Hub.mp4
11. Container registries and Docker Hub.mp4
12. Docker CLI.mp4
12. Docker CLI.mp4
13. Docker Desktop GUI.mp4
13. Docker Desktop GUI.mp4
14. Visual Studio Code Extension.mp4
14. Visual Studio Code Extension.mp4
15. Introduction (2).mp4
15. Introduction (2).mp4
16. Port mapping.mp4
16. Port mapping.mp4
17. Detached mode and logs.mp4
17. Detached mode and logs.mp4
18. Shell access and makes changes inside containers.mp4
18. Shell access and makes changes inside containers.mp4
19. More example 3rd party images.mp4
19. More example 3rd party images.mp4
20. Image tags.mp4
20. Image tags.mp4
21. Image layers and caching.mp4
21. Image layers and caching.mp4
22. Introduction (3).mp4
22. Introduction (3).mp4
23. Frontend.mp4
23. Frontend.mp4
24. Backend.mp4
24. Backend.mp4
25. A simple database interaction.mp4
25. A simple database interaction.mp4
26. Building our API image.mp4
26. Building our API image.mp4
27. Dockerfile 101.mp4
27. Dockerfile 101.mp4
28. Building our frontend image.mp4
28. Building our frontend image.mp4
29. Introduction (4).mp4
29. Introduction (4).mp4
30. The docker-compose YAML file.mp4
30. The docker-compose YAML file.mp4
31. The docker compose CLI command.mp4
31. The docker compose CLI command.mp4
32. Services as DNS entries.mp4
32. Services as DNS entries.mp4
33. Using docker compose to build our images.mp4
33. Using docker compose to build our images.mp4
34. Seeding our database.mp4
34. Seeding our database.mp4
35. Pushing images to Docker Hub.mp4
35. Pushing images to Docker Hub.mp4
36. Introduction (5).mp4
36. Introduction (5).mp4
37. Docker and CICD.mp4
37. Docker and CICD.mp4
38. Leveraging Docker for Testing.mp4
38. Leveraging Docker for Testing.mp4
39. Spikes.mp4
39. Spikes.mp4
40. Introduction and types of persistent storage in Docker.mp4
40. Introduction and types of persistent storage in Docker.mp4
41. Creating Volumes.mp4
41. Creating Volumes.mp4
42. Mounting volumes in containers.mp4
42. Mounting volumes in containers.mp4
43. Mounting bind mounts in containers.mp4
43. Mounting bind mounts in containers.mp4
44. Volumes in Docker compose.mp4
44. Volumes in Docker compose.mp4
45. Backing up volumes.mp4
45. Backing up volumes.mp4
46. Anonymous volumes and the Dockerfile VOLUME instruction.mp4
46. Anonymous volumes and the Dockerfile VOLUME instruction.mp4
47. Introduction (6).mp4
47. Introduction (6).mp4
48. Default bridge network.mp4
48. Default bridge network.mp4
49. Custom bridge networks.mp4
49. Custom bridge networks.mp4
50. Networking on Docker Compose.mp4
50. Networking on Docker Compose.mp4
51. Host network.mp4
51. Host network.mp4
52. Leveraging host.docker.internal.mp4
52. Leveraging host.docker.internal.mp4
53. Summary of other network types.mp4
53. Summary of other network types.mp4
54. Introduction (7).mp4
54. Introduction (7).mp4
55. Image scanning.mp4
55. Image scanning.mp4
56. Running containers as non-root.mp4
56. Running containers as non-root.mp4
57. Under the hood How containers work in Linux.mp4
57. Under the hood How containers work in Linux.mp4
58. The difference between ENTRYPOINT and CMD in Dockerfile.mp4
58. The difference between ENTRYPOINT and CMD in Dockerfile.mp4
59. Tip Creating command line aliases.mp4
59. Tip Creating command line aliases.mp4
60. Container hosting solutions.mp4
60. Container hosting solutions.mp4
61. Course conclusion.mp4
61. Course conclusion.mp4
code.zip
code.zip
code
391 files • 6.92 MB
A simple database interaction_07.4
38 files • 784.29 KB
07.4
38 files • 784.29 KB
DockerCourseApi
7 files • 4.23 KB
DockerCourseApi.sln
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi.sln
DockerCourseApi
6 files • 3.43 KB
appsettings.Development.json
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi/appsettings.Development.json
appsettings.json
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi/appsettings.json
DockerCourseApi.csproj
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
Dockerfile
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi/Dockerfile
Program.cs
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi/Program.cs
Properties
1 files • 967 Bytes
launchSettings.json
code/A simple database interaction_07.4/07.4/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
DockerCourseFrontend
31 files • 780.06 KB
DockerCourseFrontend.sln
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend.sln
DockerCourseFrontend
30 files • 779.25 KB
_Imports.razor
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
App.razor
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/App.razor
DockerCourseFrontend.csproj
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
Dockerfile
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
Program.cs
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Program.cs
Pages
3 files • 2.17 KB
Counter.razor
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
FetchData.razor
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
Index.razor
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
Properties
1 files • 1.29 KB
launchSettings.json
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
Shared
5 files • 4.91 KB
MainLayout.razor
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
MainLayout.razor.css
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
NavMenu.razor
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
NavMenu.razor.css
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
SurveyPrompt.razor
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
wwwroot
16 files • 768.24 KB
favicon.png
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
icon-192.png
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
index.html
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
css
12 files • 763.12 KB
app.css
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
bootstrap
2 files • 597.5 KB
bootstrap.min.css
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
bootstrap.min.css.map
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
open-iconic
9 files • 161.9 KB
FONT-LICENSE
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
ICON-LICENSE
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
README.md
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
font
6 files • 153.25 KB
css
1 files • 9.17 KB
open-iconic-bootstrap.min.css
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
fonts
5 files • 144.08 KB
open-iconic.eot
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
open-iconic.otf
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
open-iconic.svg
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
open-iconic.ttf
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
open-iconic.woff
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
sample-data
1 files • 453 Bytes
weather.json
code/A simple database interaction_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
Anonymous volumes and the Dockerfile VOLUME instruction_12.7
52 files • 793.53 KB
12.7
52 files • 793.53 KB
docker-compose.yaml
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/docker-compose.yaml
.github
2 files • 2.66 KB
workflows
2 files • 2.66 KB
build-api.yml
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/.github/workflows/build-api.yml
build-frontend.yml
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/.github/workflows/build-frontend.yml
Database
3 files • 1.11 KB
CreateDatabaseAndSeed.sql
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/Database/CreateDatabaseAndSeed.sql
Dockerfile
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/Database/Dockerfile
wait-and-run.sh
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/Database/wait-and-run.sh
DockerCourseApi
12 files • 7.55 KB
DockerCourseApi.sln
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi.sln
DockerCourseApi
7 files • 3.8 KB
appsettings.Development.json
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/appsettings.Development.json
appsettings.json
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/appsettings.json
DockerCourseApi.csproj
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
Dockerfile
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/Dockerfile
Program.cs
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/Program.cs
Settings.cs
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/Settings.cs
Properties
1 files • 967 Bytes
launchSettings.json
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
DockerCourseApi.Tests
4 files • 2.45 KB
ApiTests.cs
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi.Tests/ApiTests.cs
CustomWebApplicationFactory.cs
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi.Tests/CustomWebApplicationFactory.cs
DockerCourseApi.Tests.csproj
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi.Tests/DockerCourseApi.Tests.csproj
Usings.cs
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseApi/DockerCourseApi.Tests/Usings.cs
DockerCourseFrontend
31 files • 779.74 KB
DockerCourseFrontend.sln
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend.sln
DockerCourseFrontend
30 files • 778.93 KB
_Imports.razor
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
App.razor
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/App.razor
DockerCourseFrontend.csproj
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
Dockerfile
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
Program.cs
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Program.cs
Pages
3 files • 2.17 KB
Counter.razor
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
FetchData.razor
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
Index.razor
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
Properties
1 files • 1.29 KB
launchSettings.json
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
Shared
5 files • 4.91 KB
MainLayout.razor
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
MainLayout.razor.css
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
NavMenu.razor
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
NavMenu.razor.css
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
SurveyPrompt.razor
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
wwwroot
16 files • 768.24 KB
favicon.png
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
icon-192.png
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
index.html
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
css
12 files • 763.12 KB
app.css
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
bootstrap
2 files • 597.5 KB
bootstrap.min.css
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
bootstrap.min.css.map
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
open-iconic
9 files • 161.9 KB
FONT-LICENSE
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
ICON-LICENSE
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
README.md
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
font
6 files • 153.25 KB
css
1 files • 9.17 KB
open-iconic-bootstrap.min.css
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
fonts
5 files • 144.08 KB
open-iconic.eot
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
open-iconic.otf
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
open-iconic.svg
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
open-iconic.ttf
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
open-iconic.woff
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
sample-data
1 files • 453 Bytes
weather.json
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
Volumes
3 files • 1.75 KB
SqlServerBindMountDemo.ps1
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/Volumes/SqlServerBindMountDemo.ps1
SqlServerVolumeDemo.ps1
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/Volumes/SqlServerVolumeDemo.ps1
VolumeBackup.ps1
code/Anonymous volumes and the Dockerfile VOLUME instruction_12.7/12.7/Volumes/VolumeBackup.ps1
Building our API image_07.4
38 files • 784.29 KB
07.4
38 files • 784.29 KB
DockerCourseApi
7 files • 4.23 KB
DockerCourseApi.sln
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi.sln
DockerCourseApi
6 files • 3.43 KB
appsettings.Development.json
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi/appsettings.Development.json
appsettings.json
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi/appsettings.json
DockerCourseApi.csproj
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
Dockerfile
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi/Dockerfile
Program.cs
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi/Program.cs
Properties
1 files • 967 Bytes
launchSettings.json
code/Building our API image_07.4/07.4/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
DockerCourseFrontend
31 files • 780.06 KB
DockerCourseFrontend.sln
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend.sln
DockerCourseFrontend
30 files • 779.25 KB
_Imports.razor
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
App.razor
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/App.razor
DockerCourseFrontend.csproj
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
Dockerfile
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
Program.cs
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Program.cs
Pages
3 files • 2.17 KB
Counter.razor
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
FetchData.razor
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
Index.razor
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
Properties
1 files • 1.29 KB
launchSettings.json
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
Shared
5 files • 4.91 KB
MainLayout.razor
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
MainLayout.razor.css
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
NavMenu.razor
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
NavMenu.razor.css
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
SurveyPrompt.razor
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
wwwroot
16 files • 768.24 KB
favicon.png
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
icon-192.png
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
index.html
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
css
12 files • 763.12 KB
app.css
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
bootstrap
2 files • 597.5 KB
bootstrap.min.css
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
bootstrap.min.css.map
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
open-iconic
9 files • 161.9 KB
FONT-LICENSE
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
ICON-LICENSE
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
README.md
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
font
6 files • 153.25 KB
css
1 files • 9.17 KB
open-iconic-bootstrap.min.css
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
fonts
5 files • 144.08 KB
open-iconic.eot
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
open-iconic.otf
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
open-iconic.svg
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
open-iconic.ttf
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
open-iconic.woff
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
sample-data
1 files • 453 Bytes
weather.json
code/Building our API image_07.4/07.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
Building our frontend image_08.3
39 files • 784.78 KB
08.3
39 files • 784.78 KB
DockerCourseApi
8 files • 5.04 KB
DockerCourseApi.sln
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi.sln
DockerCourseApi.sln.DotSettings.user
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi.sln.DotSettings.user
DockerCourseApi
6 files • 3.36 KB
appsettings.Development.json
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi/appsettings.Development.json
appsettings.json
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi/appsettings.json
DockerCourseApi.csproj
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
Dockerfile
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi/Dockerfile
Program.cs
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi/Program.cs
Properties
1 files • 967 Bytes
launchSettings.json
code/Building our frontend image_08.3/08.3/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
DockerCourseFrontend
31 files • 779.74 KB
DockerCourseFrontend.sln
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend.sln
DockerCourseFrontend
30 files • 778.93 KB
_Imports.razor
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
App.razor
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/App.razor
DockerCourseFrontend.csproj
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
Dockerfile
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
Program.cs
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Program.cs
Pages
3 files • 2.17 KB
Counter.razor
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
FetchData.razor
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
Index.razor
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
Properties
1 files • 1.29 KB
launchSettings.json
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
Shared
5 files • 4.91 KB
MainLayout.razor
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
MainLayout.razor.css
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
NavMenu.razor
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
NavMenu.razor.css
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
SurveyPrompt.razor
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
wwwroot
16 files • 768.24 KB
favicon.png
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
icon-192.png
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
index.html
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
css
12 files • 763.12 KB
app.css
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
bootstrap
2 files • 597.5 KB
bootstrap.min.css
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
bootstrap.min.css.map
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
open-iconic
9 files • 161.9 KB
FONT-LICENSE
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
ICON-LICENSE
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
README.md
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
font
6 files • 153.25 KB
css
1 files • 9.17 KB
open-iconic-bootstrap.min.css
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
fonts
5 files • 144.08 KB
open-iconic.eot
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
open-iconic.otf
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
open-iconic.svg
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
open-iconic.ttf
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
open-iconic.woff
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
sample-data
1 files • 453 Bytes
weather.json
code/Building our frontend image_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
Introduction_08.3
39 files • 784.78 KB
08.3
39 files • 784.78 KB
DockerCourseApi
8 files • 5.04 KB
DockerCourseApi.sln
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi.sln
DockerCourseApi.sln.DotSettings.user
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi.sln.DotSettings.user
DockerCourseApi
6 files • 3.36 KB
appsettings.Development.json
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi/appsettings.Development.json
appsettings.json
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi/appsettings.json
DockerCourseApi.csproj
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
Dockerfile
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi/Dockerfile
Program.cs
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi/Program.cs
Properties
1 files • 967 Bytes
launchSettings.json
code/Introduction_08.3/08.3/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
DockerCourseFrontend
31 files • 779.74 KB
DockerCourseFrontend.sln
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend.sln
DockerCourseFrontend
30 files • 778.93 KB
_Imports.razor
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
App.razor
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/App.razor
DockerCourseFrontend.csproj
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
Dockerfile
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
Program.cs
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Program.cs
Pages
3 files • 2.17 KB
Counter.razor
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
FetchData.razor
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
Index.razor
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
Properties
1 files • 1.29 KB
launchSettings.json
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
Shared
5 files • 4.91 KB
MainLayout.razor
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
MainLayout.razor.css
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
NavMenu.razor
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
NavMenu.razor.css
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
SurveyPrompt.razor
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
wwwroot
16 files • 768.24 KB
favicon.png
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
icon-192.png
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
index.html
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
css
12 files • 763.12 KB
app.css
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
bootstrap
2 files • 597.5 KB
bootstrap.min.css
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
bootstrap.min.css.map
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
open-iconic
9 files • 161.9 KB
FONT-LICENSE
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
ICON-LICENSE
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
README.md
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
font
6 files • 153.25 KB
css
1 files • 9.17 KB
open-iconic-bootstrap.min.css
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
fonts
5 files • 144.08 KB
open-iconic.eot
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
open-iconic.otf
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
open-iconic.svg
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
open-iconic.ttf
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
open-iconic.woff
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
sample-data
1 files • 453 Bytes
weather.json
code/Introduction_08.3/08.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
Pushing images to Docker Hub_10.1
42 files • 785.72 KB
10.1
42 files • 785.72 KB
docker-compose.yaml
code/Pushing images to Docker Hub_10.1/10.1/docker-compose.yaml
Database
3 files • 1.11 KB
CreateDatabaseAndSeed.sql
code/Pushing images to Docker Hub_10.1/10.1/Database/CreateDatabaseAndSeed.sql
Dockerfile
code/Pushing images to Docker Hub_10.1/10.1/Database/Dockerfile
wait-and-run.sh
code/Pushing images to Docker Hub_10.1/10.1/Database/wait-and-run.sh
DockerCourseApi
7 files • 4.16 KB
DockerCourseApi.sln
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi.sln
DockerCourseApi
6 files • 3.36 KB
appsettings.Development.json
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi/appsettings.Development.json
appsettings.json
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi/appsettings.json
DockerCourseApi.csproj
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
Dockerfile
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi/Dockerfile
Program.cs
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi/Program.cs
Properties
1 files • 967 Bytes
launchSettings.json
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
DockerCourseFrontend
31 files • 779.74 KB
DockerCourseFrontend.sln
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend.sln
DockerCourseFrontend
30 files • 778.93 KB
_Imports.razor
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
App.razor
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/App.razor
DockerCourseFrontend.csproj
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
Dockerfile
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
Program.cs
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Program.cs
Pages
3 files • 2.17 KB
Counter.razor
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
FetchData.razor
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
Index.razor
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
Properties
1 files • 1.29 KB
launchSettings.json
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
Shared
5 files • 4.91 KB
MainLayout.razor
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
MainLayout.razor.css
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
NavMenu.razor
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
NavMenu.razor.css
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
SurveyPrompt.razor
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
wwwroot
16 files • 768.24 KB
favicon.png
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
icon-192.png
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
index.html
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
css
12 files • 763.12 KB
app.css
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
bootstrap
2 files • 597.5 KB
bootstrap.min.css
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
bootstrap.min.css.map
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
open-iconic
9 files • 161.9 KB
FONT-LICENSE
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
ICON-LICENSE
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
README.md
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
font
6 files • 153.25 KB
css
1 files • 9.17 KB
open-iconic-bootstrap.min.css
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
fonts
5 files • 144.08 KB
open-iconic.eot
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
open-iconic.otf
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
open-iconic.svg
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
open-iconic.ttf
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
open-iconic.woff
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
sample-data
1 files • 453 Bytes
weather.json
code/Pushing images to Docker Hub_10.1/10.1/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
Running containers as non-root_14.3
52 files • 793.69 KB
14.3
52 files • 793.69 KB
docker-compose.yaml
code/Running containers as non-root_14.3/14.3/docker-compose.yaml
.github
2 files • 2.66 KB
workflows
2 files • 2.66 KB
build-api.yml
code/Running containers as non-root_14.3/14.3/.github/workflows/build-api.yml
build-frontend.yml
code/Running containers as non-root_14.3/14.3/.github/workflows/build-frontend.yml
Database
3 files • 1.11 KB
CreateDatabaseAndSeed.sql
code/Running containers as non-root_14.3/14.3/Database/CreateDatabaseAndSeed.sql
Dockerfile
code/Running containers as non-root_14.3/14.3/Database/Dockerfile
wait-and-run.sh
code/Running containers as non-root_14.3/14.3/Database/wait-and-run.sh
DockerCourseApi
12 files • 7.72 KB
DockerCourseApi.sln
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi.sln
DockerCourseApi
7 files • 3.97 KB
appsettings.Development.json
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/appsettings.Development.json
appsettings.json
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/appsettings.json
DockerCourseApi.csproj
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
Dockerfile
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/Dockerfile
Program.cs
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/Program.cs
Settings.cs
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/Settings.cs
Properties
1 files • 967 Bytes
launchSettings.json
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
DockerCourseApi.Tests
4 files • 2.45 KB
ApiTests.cs
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi.Tests/ApiTests.cs
CustomWebApplicationFactory.cs
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi.Tests/CustomWebApplicationFactory.cs
DockerCourseApi.Tests.csproj
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi.Tests/DockerCourseApi.Tests.csproj
Usings.cs
code/Running containers as non-root_14.3/14.3/DockerCourseApi/DockerCourseApi.Tests/Usings.cs
DockerCourseFrontend
31 files • 779.74 KB
DockerCourseFrontend.sln
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend.sln
DockerCourseFrontend
30 files • 778.93 KB
_Imports.razor
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
App.razor
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/App.razor
DockerCourseFrontend.csproj
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
Dockerfile
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
Program.cs
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Program.cs
Pages
3 files • 2.17 KB
Counter.razor
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
FetchData.razor
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
Index.razor
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
Properties
1 files • 1.29 KB
launchSettings.json
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
Shared
5 files • 4.91 KB
MainLayout.razor
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
MainLayout.razor.css
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
NavMenu.razor
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
NavMenu.razor.css
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
SurveyPrompt.razor
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
wwwroot
16 files • 768.24 KB
favicon.png
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
icon-192.png
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
index.html
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
css
12 files • 763.12 KB
app.css
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
bootstrap
2 files • 597.5 KB
bootstrap.min.css
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
bootstrap.min.css.map
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
open-iconic
9 files • 161.9 KB
FONT-LICENSE
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
ICON-LICENSE
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
README.md
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
font
6 files • 153.25 KB
css
1 files • 9.17 KB
open-iconic-bootstrap.min.css
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
fonts
5 files • 144.08 KB
open-iconic.eot
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
open-iconic.otf
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
open-iconic.svg
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
open-iconic.ttf
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
open-iconic.woff
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
sample-data
1 files • 453 Bytes
weather.json
code/Running containers as non-root_14.3/14.3/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
Volumes
3 files • 1.75 KB
SqlServerBindMountDemo.ps1
code/Running containers as non-root_14.3/14.3/Volumes/SqlServerBindMountDemo.ps1
SqlServerVolumeDemo.ps1
code/Running containers as non-root_14.3/14.3/Volumes/SqlServerVolumeDemo.ps1
VolumeBackup.ps1
code/Running containers as non-root_14.3/14.3/Volumes/VolumeBackup.ps1
Seeding our database_09.6
42 files • 785.68 KB
09.6
42 files • 785.68 KB
docker-compose.yaml
code/Seeding our database_09.6/09.6/docker-compose.yaml
Database
3 files • 1.11 KB
CreateDatabaseAndSeed.sql
code/Seeding our database_09.6/09.6/Database/CreateDatabaseAndSeed.sql
Dockerfile
code/Seeding our database_09.6/09.6/Database/Dockerfile
wait-and-run.sh
code/Seeding our database_09.6/09.6/Database/wait-and-run.sh
DockerCourseApi
7 files • 4.16 KB
DockerCourseApi.sln
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi.sln
DockerCourseApi
6 files • 3.36 KB
appsettings.Development.json
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi/appsettings.Development.json
appsettings.json
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi/appsettings.json
DockerCourseApi.csproj
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
Dockerfile
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi/Dockerfile
Program.cs
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi/Program.cs
Properties
1 files • 967 Bytes
launchSettings.json
code/Seeding our database_09.6/09.6/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
DockerCourseFrontend
31 files • 779.74 KB
DockerCourseFrontend.sln
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend.sln
DockerCourseFrontend
30 files • 778.93 KB
_Imports.razor
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
App.razor
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/App.razor
DockerCourseFrontend.csproj
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
Dockerfile
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
Program.cs
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Program.cs
Pages
3 files • 2.17 KB
Counter.razor
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
FetchData.razor
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
Index.razor
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
Properties
1 files • 1.29 KB
launchSettings.json
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
Shared
5 files • 4.91 KB
MainLayout.razor
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
MainLayout.razor.css
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
NavMenu.razor
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
NavMenu.razor.css
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
SurveyPrompt.razor
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
wwwroot
16 files • 768.24 KB
favicon.png
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
icon-192.png
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
index.html
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
css
12 files • 763.12 KB
app.css
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
bootstrap
2 files • 597.5 KB
bootstrap.min.css
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
bootstrap.min.css.map
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
open-iconic
9 files • 161.9 KB
FONT-LICENSE
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
ICON-LICENSE
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
README.md
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
font
6 files • 153.25 KB
css
1 files • 9.17 KB
open-iconic-bootstrap.min.css
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
fonts
5 files • 144.08 KB
open-iconic.eot
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
open-iconic.otf
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
open-iconic.svg
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
open-iconic.ttf
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
open-iconic.woff
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
sample-data
1 files • 453 Bytes
weather.json
code/Seeding our database_09.6/09.6/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
Spikes_11.4
49 files • 791.78 KB
11.4
49 files • 791.78 KB
docker-compose.yaml
code/Spikes_11.4/11.4/docker-compose.yaml
.github
2 files • 2.66 KB
workflows
2 files • 2.66 KB
build-api.yml
code/Spikes_11.4/11.4/.github/workflows/build-api.yml
build-frontend.yml
code/Spikes_11.4/11.4/.github/workflows/build-frontend.yml
Database
3 files • 1.11 KB
CreateDatabaseAndSeed.sql
code/Spikes_11.4/11.4/Database/CreateDatabaseAndSeed.sql
Dockerfile
code/Spikes_11.4/11.4/Database/Dockerfile
wait-and-run.sh
code/Spikes_11.4/11.4/Database/wait-and-run.sh
DockerCourseApi
12 files • 7.55 KB
DockerCourseApi.sln
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi.sln
DockerCourseApi
7 files • 3.8 KB
appsettings.Development.json
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/appsettings.Development.json
appsettings.json
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/appsettings.json
DockerCourseApi.csproj
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/DockerCourseApi.csproj
Dockerfile
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/Dockerfile
Program.cs
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/Program.cs
Settings.cs
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/Settings.cs
Properties
1 files • 967 Bytes
launchSettings.json
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi/Properties/launchSettings.json
DockerCourseApi.Tests
4 files • 2.45 KB
ApiTests.cs
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi.Tests/ApiTests.cs
CustomWebApplicationFactory.cs
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi.Tests/CustomWebApplicationFactory.cs
DockerCourseApi.Tests.csproj
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi.Tests/DockerCourseApi.Tests.csproj
Usings.cs
code/Spikes_11.4/11.4/DockerCourseApi/DockerCourseApi.Tests/Usings.cs
DockerCourseFrontend
31 files • 779.74 KB
DockerCourseFrontend.sln
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend.sln
DockerCourseFrontend
30 files • 778.93 KB
_Imports.razor
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/_Imports.razor
App.razor
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/App.razor
DockerCourseFrontend.csproj
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/DockerCourseFrontend.csproj
Dockerfile
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Dockerfile
Program.cs
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Program.cs
Pages
3 files • 2.17 KB
Counter.razor
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Pages/Counter.razor
FetchData.razor
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Pages/FetchData.razor
Index.razor
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Pages/Index.razor
Properties
1 files • 1.29 KB
launchSettings.json
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Properties/launchSettings.json
Shared
5 files • 4.91 KB
MainLayout.razor
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor
MainLayout.razor.css
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Shared/MainLayout.razor.css
NavMenu.razor
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor
NavMenu.razor.css
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Shared/NavMenu.razor.css
SurveyPrompt.razor
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/Shared/SurveyPrompt.razor
wwwroot
16 files • 768.24 KB
favicon.png
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/favicon.png
icon-192.png
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/icon-192.png
index.html
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/index.html
css
12 files • 763.12 KB
app.css
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/app.css
bootstrap
2 files • 597.5 KB
bootstrap.min.css
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css
bootstrap.min.css.map
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/bootstrap/bootstrap.min.css.map
open-iconic
9 files • 161.9 KB
FONT-LICENSE
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/FONT-LICENSE
ICON-LICENSE
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/ICON-LICENSE
README.md
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/README.md
font
6 files • 153.25 KB
css
1 files • 9.17 KB
open-iconic-bootstrap.min.css
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/css/open-iconic-bootstrap.min.css
fonts
5 files • 144.08 KB
open-iconic.eot
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.eot
open-iconic.otf
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.otf
open-iconic.svg
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.svg
open-iconic.ttf
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.ttf
open-iconic.woff
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/css/open-iconic/font/fonts/open-iconic.woff
sample-data
1 files • 453 Bytes
weather.json
code/Spikes_11.4/11.4/DockerCourseFrontend/DockerCourseFrontend/wwwroot/sample-data/weather.json
Trackers (16)
DHT
udp://bittorrent-tracker.e-n-c-r-y-p-t.net:1337/announce
udp://evan.im:6969/announce
udp://explodie.org:6969/announce
udp://martin-gebhardt.eu:25/announce
udp://open.stealth.si:80/announce
udp://tracker.bittor.pw:1337/announce
udp://tracker.ddunlimited.net:6969/announce
udp://tracker.dler.org:6969/announce
udp://tracker.fnix.net:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.qu.ax:6969/announce
udp://tracker.srv00.com:6969/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tryhackx.org:6969/announce
udp://wepzone.net:6969/announce
Similar Torrents 15
Based on tags and category