Skip to content

fix: docker on win #434

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

Merged
merged 2 commits into from
Nov 12, 2019
Merged

fix: docker on win #434

merged 2 commits into from
Nov 12, 2019

Conversation

endarova
Copy link
Contributor

@endarova endarova commented Nov 12, 2019

On windows docker is very unstable. Lot of errors like: docker: Error response from daemon: error while creating mount source path : mkdir /host_mnt/c: file exists.
To fix this we could try to keep docker running on windows and not restart it before every run because it seems to be more stable this way.
So on win: run docker only if it is not started and don't kill it after the run

@cla-bot cla-bot bot added the cla: yes label Nov 12, 2019
@endarova endarova changed the title fix: docker on win. fix: docker on win Nov 12, 2019
@endarova endarova merged commit 62f6429 into master Nov 12, 2019
@endarova endarova deleted the endarova/fix_win_docker branch November 15, 2019 13:10
endarova added a commit that referenced this pull request Nov 20, 2019
* fix: docker on win (#434)

* fix: cases when iOS version is 3 digits (#437)

* fix: cases when Xcode version is 3 digits

* chore: remove unused noinspection

* fix: preview fallback path (#436)

* set preview falback path according to os

* fix win path

* fix lint errors

* fix: livesync failures (#438)

* update master detail changes

* update changes in hello world ng template

* fix process name

* chore: remove doctor templates (#439)

- Remove doctor templates.
- Add Tab Navigation Vue template.

* chore: change the way we assert changes to improve tests stability

* fix: flake8 error

* fix: win path in package.json (#443)

* fix path on win

* fix paths on windows

* update variable name

* use fail_safe option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants