我阿爾卑斯linux的容器安裝Node.js的版本8,像這樣: RUN apk add --no-cache wget
RUN wget http://nodejs.org/dist/v8.1.1/node-v8.1.1-linux-x64.tar.gz
RUN sudo tar -C /usr/local --strip-components 1 -xzf node-v8.1.1-linu
我試圖從高山圖像內停止泊塢窗容器內停止泊塢窗容器: > docker run -ti alpine sh
/# poweroff
/# poweroff -f
poweroff: Operation not permitted
/# halt
/# halt -f
halt: Operation not permitted
/# whoami
root
你看到了什麼是問題與此?
我被要求將Elixir/Phoenix應用程序移到Docker,而我之前沒有經驗。該應用程序使用非最新版本的Elixir和Phoenix,所以我不得不偏離在線代碼,通常關注最新版本。這促使我寫這Dockerfile # FROM bitwalker/alpine-elixir:latest
FROM bitwalker/alpine-elixir:1.3.4
MAINTAINER Paul S