Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel van Gils committed Oct 17, 2016
1 parent f0a3542 commit 2c5bfdb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion examples/security/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Run this example using secrets
`habitus -env host=[ip of habitus endpoint] --host unix:///var/run/docker.sock --binding=0.0.0.0`

`habitus --env host=[ip of habitus endpoint] --host=unix:///var/run/docker.sock --binding=0.0.0.0`
18 changes: 9 additions & 9 deletions examples/security/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
build:
version: 2016-03-14
steps:
builder:
name: builder
dockerfile: Dockerfile
secrets:
id_rsa:
type: file
value: _env(HOME)/.ssh/id_rsa
version: 2016-03-14
steps:
builder:
name: builder
dockerfile: Dockerfile
secrets:
id_rsa:
type: file
value: _env(HOME)/.ssh/id_rsa

0 comments on commit 2c5bfdb

Please sign in to comment.