Docker Cheatsheet

“With Docker, developers can build any app in any language using any toolchain. “Dockerized” apps are completely portable and can run anywhere - colleagues” OS X and Windows laptops, QA servers running Ubuntu in the cloud, and production data center VMs running Red Hat. Basic Commands Verified cli can talk to engine docker version Most config values of engine docker info docker ps #see al docker running docker top <name> #see info about the container Docker command line structure ...

2 min · 214 words · Jesus Lujan