Skip to content
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

Update DEVNOTE.md: docker login, clone repo and troubleshooting #16

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

PolyProgrammist
Copy link
Member

Provided more details about docker login, cloning repo and troubleshooting
Fixed file permissions for build.sh with chmod u+x

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
Copy link
Member Author

@PolyProgrammist PolyProgrammist Dec 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

### Error while mounting empty volume
If this error happens on Mac OS:
```shell
docker: Error response from daemon: error while mounting volume '': VolumeDriver.Mount: exit status 1%!(EXTRA []interface {}=[]).
Copy link
Member Author

@PolyProgrammist PolyProgrammist Dec 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar problem fixed in another plugin than bindfs trajano/docker-volume-plugins#29

```shell
read: -i: invalid option
```
It is because Mac OS has too old bash version. Upgrade bash version and set it to default:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ladisgin ladisgin merged commit d475896 into UnitTestBot:main Dec 2, 2021
@PolyProgrammist PolyProgrammist deleted the update-devnote branch December 2, 2021 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants