Skip to content

Commit

Permalink
Feature: changed the keystonerc file location
Browse files Browse the repository at this point in the history
  • Loading branch information
visibilityspots committed May 24, 2017
1 parent a23fb68 commit a73ef51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Openstack provides a keystonerc file containing some environment variables to co

You could copy over that keystonerc file to the container source it and use the tools after you've started it or you could provide the file through the volume option and the file will get sourced immediately if using the correct path;

```docker run --name openstack-client --rm -ti -v $(pwd)/keystonerc_admin:/root/keystonerc visibilityspots/openstackclient-kilo```
```docker run --name openstack-client --rm -ti -v $(pwd)/keystonerc_admin:/home/client/.keystonerc visibilityspots/openstackclient-kilo```

## License
Distributed under the MIT license

0 comments on commit a73ef51

Please sign in to comment.