-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Unable to launch container #337
Comments
I'm getting a very similar error, ironically with the image tag What is the resolution? |
Same issue here |
1 similar comment
Same issue here |
I had the same issue with the latest version. As workaround, you can specify the tag of the previous image:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following comment has been working fine to launch my container for some time, stopped working within the last week.
$ docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll jekyll serve
Output:
Bundler 2.3.11 is running, but your lockfile was generated with 2.2.14. Installing Bundler 2.2.14 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
Fetching bundler 2.2.14
Installing bundler 2.2.14
Fetching gem metadata from https://rubygems.org/.........
nokogiri-1.11.2-x86_64-linux requires ruby version < 3.1.dev, >= 2.5,
which is incompatible with the current version, ruby 3.1.1p18
The text was updated successfully, but these errors were encountered: