Skip to content

docs: fix incorrect shell substitution in docker run example command #16990

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

Closed
wants to merge 1 commit into from

Conversation

jeliasson
Copy link
Contributor

Corrected the volume mount path in the Docker run example by replacing (pwd) with the shell substitution syntax $(pwd). This ensures the current working directory is properly mounted into the container.

Corrected the volume mount path in the Docker run example by replacing `(pwd)` with the shell substitution syntax `$(pwd)`. This ensures the current working directory is properly mounted into the container.
@bagder bagder closed this in 2315014 Apr 8, 2025
@bagder
Copy link
Member

bagder commented Apr 8, 2025

Thanks!

@jeliasson jeliasson deleted the docs branch April 9, 2025 09:16
nbaws pushed a commit to nbaws/curl that referenced this pull request Apr 26, 2025
Corrected the volume mount path in the Docker run example by replacing
`(pwd)` with the shell substitution syntax `$(pwd)`. This ensures the
current working directory is properly mounted into the container.

Closes curl#16990
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants