关于“Docker 簡介”的评价

关于“Docker 簡介”的评价

评论

Alex S. · 评论3 months之前

Xianghu D. · 评论3 months之前

Renato P. · 评论3 months之前

Swapan M. · 评论3 months之前

Daniel B. · 评论3 months之前

Dhruv S. · 评论3 months之前

Catriona C. · 评论3 months之前

Noah J. · 评论3 months之前

Tristan J. · 评论3 months之前

Trilochana P. · 评论3 months之前

RAKSHITHA G. · 评论3 months之前

Sharayu D. · 评论3 months之前

Bogdan M. · 评论3 months之前

Bhagawathi Perumal G. · 评论3 months之前

Flynn L. · 评论3 months之前

Madeline V. · 评论3 months之前

Faris A. · 评论3 months之前

edwin z. · 评论3 months之前

Harish Kumar M. · 评论3 months之前

Oscar G. · 评论4 months之前

Lucas H. · 评论4 months之前

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. · 评论4 months之前

Adam C. · 评论4 months之前

Ankush G. · 评论4 months之前

TARUN G. · 评论4 months之前

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。