Skip to content

Commit

Permalink
updated container path tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
sascala committed Mar 17, 2016
1 parent 1d82083 commit 94568d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/components/LocalVolumesComponent.jsx
Expand Up @@ -55,8 +55,8 @@ var LocalVolumesComponent = React.createClass({
var containerPathTooltipMessage = (
<span>
The path to the directory where your application will
read and write data. The path must be non-nested,
e.g. `/var/lib/mysql`.
read and write data. The path must be non-nested and cannot contain slashes, e.g. `data`,
but not `../../../etc/opt` or `/user/data/`.
<a href={ExternalLinks.CONTAINER_PATH} target="_blank">Read more</a>.
</span>
);
Expand Down

0 comments on commit 94568d8

Please sign in to comment.