Closed sjones4 closed 5 years ago
Demo is that a manual docker build works when modified to use this branch:
# Get the bootstrap script, and then run it.
RUN cd /root && \
curl -o bootstrap.sh -Ls https://raw.githubusercontent.com/AppScale/appscale/master/bootstrap.sh && \
bash ./bootstrap.sh --repo git://github.com/sjones4/appscale.git --branch issue-docker-build-systemd
Fix the docker image build by allowing
systemctl daemon-reload
to fail.With this fix the image build will complete but the resulting image is not functional.