Spaces:
Runtime error
Runtime error
Update DockerfileDescription.md
Browse files- DockerfileDescription.md +17 -5
DockerfileDescription.md
CHANGED
@@ -12,11 +12,23 @@
|
|
12 |
|------|--------------------|-------------------------------------------------------------------------------------------------------------|
|
13 |
| 1 | PreReqs | Terraform installed, Azure cloud account, VSCode extensions, Docker, ACR, Deploy and Test |
|
14 |
| 2 | Demo | Create resources in Azure cloud |
|
15 |
-
|
|
16 |
-
|
|
17 |
-
|
|
18 |
-
|
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
|
22 |
|
|
|
12 |
|------|--------------------|-------------------------------------------------------------------------------------------------------------|
|
13 |
| 1 | PreReqs | Terraform installed, Azure cloud account, VSCode extensions, Docker, ACR, Deploy and Test |
|
14 |
| 2 | Demo | Create resources in Azure cloud |
|
15 |
+
| 3 | | Create terraform files for those resources |
|
16 |
+
| 4 | | Run terraform apply |
|
17 |
+
| 5 | | Run terraform import for each resource |
|
18 |
+
| 6 | | Verify terraform state |
|
19 |
+
| 7 | | Perform terraform destroy to clean up resources |
|
20 |
+
|
21 |
+
|
22 |
+
# Docker and Linux SOAR Setup:
|
23 |
+
|
24 |
+
| Step | Title | Tasks |
|
25 |
+
|------|--------------------|-------------------------------------------------------------------------------------------------------------|
|
26 |
+
| 1 | PreReqs | Docker, ACR, Deploy and Test |
|
27 |
+
| 2 | Demo | Modify Dockerfile to start and configure resources |
|
28 |
+
| 3 | | Modify Docker base image to remove old apts w security issuesand cert issues |
|
29 |
+
| 4 | | Modify Docker base image to configure soar and python components including packages, requirements | |
|
30 |
+
| 5 | | Run Docker push, deploy to ACR and test |
|
31 |
+
|
32 |
|
33 |
|
34 |
|