Introduction to Docker Reviews

Introduction to Docker Reviews

1988 reviews

Jie X. · Reviewed almost 6 years ago

Pardeep S. · Reviewed almost 6 years ago

app.js isn't working 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', funcation()=> { console.log('Caught interrupt signal and will exit'); process.exit(); });

jingkai l. · Reviewed almost 6 years ago

yes

Liron S. · Reviewed almost 6 years ago

This is Steps are not accurate and time is too short.

Oluyomi S. · Reviewed almost 6 years ago

Vincent M. · Reviewed almost 6 years ago

Error pushing image to the gcloud registry.

Riccardo A. · Reviewed almost 6 years ago

v

Dan M. · Reviewed almost 6 years ago

Martin H. · Reviewed almost 6 years ago

ok

Eric K. · Reviewed almost 6 years ago

Adam P. · Reviewed almost 6 years ago

Fabia M. · Reviewed almost 6 years ago

Ivan Z. · Reviewed almost 6 years ago

Adam P. · Reviewed almost 6 years ago

Marco P. · Reviewed almost 6 years ago

Kareem Q. · Reviewed almost 6 years ago

Masoud A. · Reviewed almost 6 years ago

Cool!

Ryan G. · Reviewed almost 6 years ago

It's too fast for me to take things in

Ashley V. · Reviewed almost 6 years ago

A little fast

Sean M. · Reviewed almost 6 years ago

There wasn't enough time to experiment or read docs to understand what I was doing in depth.

Jeffrey F. · Reviewed almost 6 years ago

Shelly S. · Reviewed almost 6 years ago

Degena W. · Reviewed almost 6 years ago

Pretty good introduction to using Docker on gcloud. `docker inspect` seemed a little advanced, as the contents are sort of unexplained, or the purpose and why we would need to look at these values.

Marc v. · Reviewed almost 6 years ago

Irfan A. · Reviewed almost 6 years ago

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