Я использовал следующие команды в Docker в следующем порядке
docker run ubuntu apt-get update
docker run ubuntu apt-get install eclipse-platform
docker run ubuntu eclipse
После чего я получаю следующую ошибку
find: `//.eclipse': No such file or directory
find: `//.eclipse': No such file or directory
W: Cannot inject update-sites, cannot find the correct config.
Eclipse:
An error has occurred. See the log file
/usr/lib/eclipse/configuration/1423306978620.log.
Можете ли вы сказать мне, как я смогу это исправить?