Skip to content

Commit 014b8e6

Browse files
authored
Update README.md
1 parent cb19434 commit 014b8e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ builder.withPathStyleAccessEnabled(true);
272272
`$TMPDIR` contains a symbolic link that cannot be mounted by Docker.
273273
(See details here: https://bitbucket.org/atlassian/localstack/issues/40/getting-mounts-failed-on-docker-compose-up)
274274

275+
* If you run into file permission issues on `pip install` under Mac OS (e.g., `Permission denied: '/Library/Python/2.7/site-packages/six.py'`), then you may have to re-install `pip` via Homebrew (see [this discussion thread](https://github.com/localstack/localstack/issues/260#issuecomment-334458631)).
276+
275277
* If you are deploying within OpenShift, please be aware: the pod must run as `root`, and the user must have capabilities added to the running pod, in order to allow Elasticsearch to be run as the non-root `localstack` user.
276278

277279
* The environment variable `no_proxy` is rewritten by *LocalStack*.

0 commit comments

Comments
 (0)