我只是試驗coreOS,碼頭和艦隊。 我有下dockerfile: FROM ubuntu:14.04
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get update
RUN apt-get -y install nginx
我在DEIS集羣 運行deis scale cmd=1 -a my-application,但得到如下回應 Scaling processes... but first, coffee!
Error:
503 SERVICE UNAVAILABLE
detail: aborting, failed to create some containers
我不知道如何調試什麼導致此錯誤。 我用