We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5578fba commit 381a9faCopy full SHA for 381a9fa
README.md
@@ -35,6 +35,7 @@ Below are examples of how to build different flavours of webMethods Microservice
35
See [template.yaml] for basic webMethods Microservices Container (MSC) runtime instance definition.
36
37
```bash
38
+export COMPOSE_PROJECT_NAME=sagdevopsccdockerbuilder
39
export COMPOSE_FILE=simple.yml
40
docker-compose build
41
docker images sagdevopsccdockerbuilder_simple
@@ -94,7 +95,7 @@ Also check out the containter and managed runtime in Command Central.
94
95
Tail the logs if you need to
96
97
-docker-compose -f unmanaged.yml logs -f
98
+docker-compose logs -f
99
```
100
101
Cleanup
0 commit comments