关于“Docker 简介”的评价
176727 条评价
Lucas H. · 已于 over 2 years前审核
got confused so student_00_c92d258434cd@cloudshell:~/test (qwiklabs-gcp-01-679312492df8)$ cat > app.js << EOF; const http = require("http"); const hostname = "0.0.0.0"; const port = 80; const server = http.createServer((req, res) => { res.statusCode = 200; res.setHeader("Content-Type", "text/plain"); res.end("Hello World\n"); }); server.listen(port, hostname, () => { console.log("Server running at http://%s:%s/", hostname, port); }); process.on("SIGINT", function () { console.log("Caught interrupt signal and will exit"); process.exit(); }); EOF; when we copied this and hit enter it did not run so I added another process.on("SIGINT", function () { console.log("Caught interrupt signal and will exit"); process.exit(); }); EOF; > EOF student_00_c92d258434cd@cloudshell:~/test (qwiklabs-gcp-01-679312492df8)$ docker build -t node-app:0.1 . so then it ran now it said to student_00_c92d258434cd@cloudshell:~/test (qwiklabs-gcp-01-679312492df8)$ docker run -p 4000:80 --name my-app node-app:0.1 /app/app.js:20 EOF; ^ ReferenceError: EOF is not defined at Object.<anonymous> (/app/app.js:20: so I will start again just finished all good aside from the miss ;
Arch A. · 已于 over 2 years前审核
Adam C. · 已于 over 2 years前审核
Ankush G. · 已于 over 2 years前审核
TARUN G. · 已于 over 2 years前审核
Meda S. · 已于 over 2 years前审核
Hari Govind Reddy V. · 已于 over 2 years前审核
Bad, very bad. is difficult to know and follow. the shell cloud its freeze and fail.
Jacob M. · 已于 over 2 years前审核
Bad, very bad. is difficult to know and follow. the shell cloud its freeze.
Jacob M. · 已于 over 2 years前审核
Bad, very bad. is difficult to know and the console cloud its freeze.
Jacob M. · 已于 over 2 years前审核
CHERUKU A. · 已于 over 2 years前审核
Eskala B. · 已于 over 2 years前审核
Suma L. · 已于 over 2 years前审核
Where is the "Consola de Google"?, don't show in the browser.
Jacob M. · 已于 over 2 years前审核
Ayesha S. · 已于 over 2 years前审核
조현기 S. · 已于 over 2 years前审核
Gujarathi K. · 已于 over 2 years前审核
BETHAMCHERLA K. · 已于 over 2 years前审核
Adeoluwa O. · 已于 over 2 years前审核
ANAND KUMAR R. · 已于 over 2 years前审核
Henock M. · 已于 over 2 years前审核
Haoran W. · 已于 over 2 years前审核
Ethan C. · 已于 over 2 years前审核
Karol M. · 已于 over 2 years前审核
Chloe M. · 已于 over 2 years前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。