Docker

Docker

Docker is a very popular and powerful open-source containerization platform that is used for building, deploying, and running applications.

Container

A container is a standard unit of software bundled with dependencies so that applications can be deployed fast and reliably b/w different computing platforms.

5 Advantages of Docker

1.Return on investment & cost savings

2. Standardization & productivity

3. CI efficiency

4. Compatibility & maintainability

5.Simplicity & faster configurations

Top 10 commands

docker version

docker images

docker pull httpd

docker ps -a

docker create httpd

docker start 268989189eob

docker stop 268989189eob

docker restart 268989189eob

docker kill 268989189eob

docker pause eed09d3f6193

docker unpause eed09d3f6193

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x