【发布时间】:2019-11-19 03:45:21
【问题描述】:
我正在使用此图像 pantsel/konga 并将其部署到 openshift 但我收到此错误
error: Bootstrap encountered an error: (see below)
error: Error: EACCES: permission denied, mkdir './kongadata/uploads'
这是我的 dockerfile
FROM pantsel/konga
ENV NODE_ENV=production
ENV DB_ADAPTER=postgres
ENV DB_URI=postgresql://konga:konga@postgresql-kong.unicorn1.svc:5432/konga
ENV TOKEN_SECRET=some_secret_token
EXPOSE 1337
我该如何解决这个问题?请帮帮我
【问题讨论】:
-
你真的用
sudo运行docker dommand吗? -
@AbdullahAlHazmy
sudo command not found如果使用 sudo 运行 -
你解决了吗?