You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I‘d like to customize & test some packages on Pandoc docker image.
Having pulled the Pandoc docker image, when I try to start with interactive mode, error encountered:
root@VM-250-14-ubuntu:/home/ubuntu# docker run -i -t -v "$(pwd):/data" -u $(id -u):$(id -g) pandoc/extra:3.1.1.0 /bin/bash
[WARNING] Could not deduce format from file extension
Defaulting to markdown
pandoc: /bin/bash: openBinaryFile: does not exist (No such file or directory)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I‘d like to customize & test some packages on Pandoc docker image.
Having pulled the Pandoc docker image, when I try to start with interactive mode, error encountered:
How can I get into a bash?
Beta Was this translation helpful? Give feedback.
All reactions