-
Notifications
You must be signed in to change notification settings - Fork 52
Add FAQ about docker snap package #221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/faq.md
Outdated
@@ -137,3 +137,7 @@ the [Architecture documentation](./architecture.md#docker-networking) | |||
The user interface is based in the open-sourced [Apache Superset](http://superset.apache.org), | |||
so you can also refer to [Superset tutorials](http://superset.apache.org/tutorial.html) | |||
for advanced usage of the web interface. | |||
|
|||
## I Get IOError: [Errno 13] Permission denied: u'./.env' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link may not work both in git and GotBook. Could you try in GitBook?
What if using something like the following instead?
## I Get IOError: [Errno 13] Permission denied: u'./.env' | |
## I Get IOError Errno 13 Permission denied |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if we also mention this limitation when explaining source{d} dependencies?
https://github.com/src-d/sourced-ce/blob/master/docs/quickstart/1-install-requirements.md#install-docker
I'd mention it when saying that docker toolbox is not allowed.
docs/faq.md
Outdated
|
||
## I Get IOError: [Errno 13] Permission denied: u'./.env' | ||
|
||
This may happen if you have installed Docker from a snap package. This installation mode is not supported, please install it following [the official documentation](https://docs.docker.com/install/) (See [#78](https://github.com/src-d/sourced-ce/issues/78)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if linking our docs about how to install docker? We already provide some links to the different OS.
@dpordomingo I have pushed changes for all you suggestions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Many thanks @carlosms
Signed-off-by: Carlos Martín <carlos.martin.sanchez@gmail.com>
Close #78.