~gnuoy/mojo/unprivileged-containers

« back to all changes in this revision

Viewing changes to docs/mojo/readme.md

  • Committer: Paul Collins
  • Date: 2015-02-09 01:20:50 UTC
  • mfrom: (143.1.1 mojo)
  • Revision ID: paul.collins@canonical.com-20150209012050-pojjg4py61mxu2l9
[mthaddon] create links to section on secrets for easier navigation

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
    # eg:
124
124
    mojo workspace-destroy --project my-stack-name -s precise stack-test-wip
125
125
 
126
 
Secrets
 
126
Secrets <a id="secrets"></a>
127
127
-------
128
128
 
129
129
By design there is a manual element to secrets handling in Mojo. This is
261
261
        Directory where secrets are staged
262
262
        Default: /srv/mojo/LOCAL/$MOJO_PROJECT/$MOJO_STAGE
263
263
 
264
 
See the above section about secrets for more information.
 
264
See [the above section about secrets](#secrets) for more information.
265
265
 
266
266
### mojo collect ###
267
267
 
656
656
    Add the mojo secrets phase to the manifest file
657
657
    This will copy `/srv/mojo/LOCAL/$MOJO_PROJECT/$MOJO_STAGE/*` to `$MOJO_WORKSPACE/local`
658
658
    Where it can be used by juju deployer and other specification scripts.
659
 
    Please see the above section on secrets for more details.
 
659
    Please see the above [section on secrets](#secrets) for more details.
660
660
 
661
661
 4. How can I use shared code for multiple specs?
662
662