Introduction to Docker Reviews

Introduction to Docker Reviews

137494 reviews

Swapan M. · Reviewed 3 months ago

Daniel B. · Reviewed 3 months ago

Dhruv S. · Reviewed 3 months ago

Catriona C. · Reviewed 3 months ago

Noah J. · Reviewed 3 months ago

Tristan J. · Reviewed 3 months ago

Trilochana P. · Reviewed 3 months ago

RAKSHITHA G. · Reviewed 3 months ago

Sharayu D. · Reviewed 3 months ago

Bogdan M. · Reviewed 3 months ago

Bhagawathi Perumal G. · Reviewed 3 months ago

Flynn L. · Reviewed 3 months ago

Madeline V. · Reviewed 3 months ago

Faris A. · Reviewed 3 months ago

edwin z. · Reviewed 3 months ago

Harish Kumar M. · Reviewed 3 months ago

Oscar G. · Reviewed 3 months ago

Lucas H. · Reviewed 3 months ago

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. · Reviewed 3 months ago

Adam C. · Reviewed 3 months ago

Ankush G. · Reviewed 3 months ago

TARUN G. · Reviewed 3 months ago

Meda S. · Reviewed 4 months ago

Hari Govind Reddy V. · Reviewed 4 months ago

Bad, very bad. is difficult to know and follow. the shell cloud its freeze and fail.

Jacob M. · Reviewed 4 months ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.