Skip to content

Conversation

@yassinechih7
Copy link

running

docker run --rm \
  --volume="$PWD:/srv/jekyll:Z" \
  --publish [::1]:4000:4000 \
  jekyll/jekyll \
  jekyll serve

gives

zsh: no matches found: [::1]:4000:4000

The error message you're seeing suggests that the shell is treating [::1]:4000:4000 as a glob pattern and not finding any matches. To resolve this, I enclosed the publish option in quotes to prevent glob expansion.

@yassinechih7 yassinechih7 requested a review from envygeeks as a code owner May 24, 2023 13:35
@josegonzalez
Copy link

@envygeeks this one seems like a fairly harmless fix, mind 👍🏽?

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