We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce
Run this command from README in a jekyll project
docker run --rm \ --volume="$PWD:/srv/jekyll:Z" \ --publish [::1]:4000:4000 \ jekyll/jekyll \ jekyll serve
Expected behavior
localhost:4000 is reachable
Actual behavior
Failed to connect to localhost port 4000: Connection refused
docker kill
Other info linux/amd64 Docker version 20.10.7, build f0df350 Tried with Jekyll docker images 4.2.2 and 4.0.0
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
You are possibly exiting the container too quickly. How long does it take?
What is in your current directory?
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Run this command from README in a jekyll project
docker run --rm \ --volume="$PWD:/srv/jekyll:Z" \ --publish [::1]:4000:4000 \ jekyll/jekyll \ jekyll serve
Expected behavior
localhost:4000 is reachable
Actual behavior
Failed to connect to localhost port 4000: Connection refused
)docker kill
to stop the containerOther info
linux/amd64
Docker version 20.10.7, build f0df350
Tried with Jekyll docker images 4.2.2 and 4.0.0
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: