Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
Typos and touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanmuller committed Dec 14, 2016
1 parent 02a4786 commit 8c0b9d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spring.cloud.deployer.nomad:

where volumes are defined as a comma separated list in the form of `host_path:container_path`.

Examples of the deployment property (via the Data Flow Shell) variation of defining volumes and volume mounts below:
Examples of the deployment property (via the Data Flow Shell) variation of defining volumes below:

[source,console]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Next, using the SSH session to the VM, run the job with:
[subs="attributes"]
[source,console]
----
vagrant@hashistack:~$ nomad run https://github.com/donovanmuller/spring-cloud-dataflow-server-nomad/tree/{scdf-server-nomad-version}/src/etc/nomad/nexus.nomad
vagrant@hashistack:~$ nomad run https://raw.githubusercontent.com/donovanmuller/spring-cloud-dataflow-server-nomad/{scdf-server-nomad-version}/src/etc/nomad/nexus.nomad
==> Monitoring evaluation "67f078e6"
Evaluation triggered by job "scdf"
Allocation "966c4cbd" created: node "c99cf24d", group "scdfr"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ job specification.
----
vagrant@hashistack:~$ nomad stop scdf
...
vagrant@hashistack:~$ nomad run https://github.com/donovanmuller/spring-cloud-dataflow-server-nomad/tree/{scdf-server-nomad-version}/src/etc/nomad/scdf-with-nexus.nomad
vagrant@hashistack:~$ nomad run https://raw.githubusercontent.com/donovanmuller/spring-cloud-dataflow-server-nomad/{scdf-server-nomad-version}/src/etc/nomad/scdf-with-nexus.nomad
...
----

Expand Down

0 comments on commit 8c0b9d6

Please sign in to comment.