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

fix(docker): no inline sed commands #1658

Merged
merged 1 commit into from
Aug 31, 2023
Merged

fix(docker): no inline sed commands #1658

merged 1 commit into from
Aug 31, 2023

Conversation

hannahhoward
Copy link
Collaborator

Goals

Fix an issue encountered using sed in the devnet with Docker Desktop for Mac.

Implemention

When I tried to run devnet on my machine with Docker Desktop For Mac, I encountered an error where the boost container would shutdown while trying to run sed commands to update it's config, due to a permission error.

I tracked this down to https://forums.docker.com/t/sed-couldnt-open-temporary-file-xyz-permission-denied-when-using-virtiofs/125473/5 and was able to fix it by making sed not running inline.

For Discussion

Possible alternate approach: Farther down the thread there's a suggestion the problem is fixed in sed 4.8, but that would require updating Ubuntu to 22 in the runner.

@hannahhoward hannahhoward changed the title No inline sed commands fix(docker): no inline sed commands Aug 31, 2023
@nonsense nonsense merged commit a33098b into main Aug 31, 2023
19 checks passed
@masih masih deleted the fix/docker-sed-mac branch September 1, 2023 12:55
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.

3 participants