File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -55,3 +55,7 @@ The following diagram shows the topology created by this stack.
5555![ MuShop Basic Infra] ( ./images/basic/00-Topology.png )
5656
5757To learn more about how you can use this application to build your own applications, click [ here] ( ./deploy/basic/README.md ) .
58+
59+ [ oci ] : https://cloud.oracle.com/en_US/cloud-infrastructure
60+ [ orm ] : https://docs.cloud.oracle.com/iaas/Content/ResourceManager/Concepts/resourcemanager.htm
61+ [ tf ] : https://www.terraform.io
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ The application uses a typical topology for a 3-tier web application as follows
4040
4141` docker run -v $PWD:/transfer --rm --entrypoint cp mushop-basic:latest /package/mushop-basic-stack.zip /transfer/mushop-basic-stack.zip `
4242
43+ or under windows powershell:
44+
45+ ` docker run -v "$((pwd).path -replace '\\', '/'):/transfer" --rm --entrypoint cp mushop-basic:latest /package/mushop-basic-stack.zip /transfer/mushop-basic-stack.zip `
46+
4347This creates a ` .zip ` file in your working directory that can be imported in to OCI Resource Manager.
4448
4549[ oci ] : https://cloud.oracle.com/en_US/cloud-infrastructure
You can’t perform that action at this time.
0 commit comments