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
The following error is printed to the screen when running docker run --rm -it balenalib/genericx86-64-ext-ubuntu bash:
bash: eval: line 24: syntax error near unexpected token `('
bash: eval: line 24: `Here are a few details about this Docker image (For more information please visit https://www.balena.io/docs/reference/base-images/base-images/): '
It seems like the balena-info command is somehow failing because it does not print its usual output.
When running sh instead everything works fine.
The text was updated successfully, but these errors were encountered:
The following error is printed to the screen when running
docker run --rm -it balenalib/genericx86-64-ext-ubuntu bash
:It seems like the
balena-info
command is somehow failing because it does not print its usual output.When running
sh
instead everything works fine.The text was updated successfully, but these errors were encountered: