managed-vm Questions
2
Solved
We have a small java project need to deploy
it include 9000+ files
command : mvn gcloud:deploy
but I get the Log:
...
[INFO] INFO: Uploading [/home/steven/work/idigisign/target/appengine-stagin...
Linea asked 6/6, 2016 at 13:53
1
FROM google/debian:wheezy
MAINTAINER [email protected]
# Fetch and install Node.js
RUN apt-get update -y && apt-get install --no-install-recommends -y -q curl python build-ess...
Typewriting asked 28/8, 2015 at 9:49
3
Solved
I get this error on appengine when I run gcloud preview app run app.yaml:
The --custom_entrypoint flag must be set for custom runtimes
My app.yamllooks like:
version: 0-1-1
runtime: custom
vm: tr...
Schmaltzy asked 7/7, 2015 at 23:1
1
Solved
I'm trying to test the new managed VM feature, following this tutorial (using OS X)
The boot2docker installation it's okay.
Executing $(boot2docker shellinit) give the following output:
Writing ...
Counterplot asked 5/3, 2015 at 0:40
1
© 2022 - 2024 — McMap. All rights reserved.