• Contact Us
  • copyright
  • About Us
  • Privacy Policy
  • Devops
  • Linux
Globedrill

List of Docker Commands

List of Docker Commands

 

1. docker build – Build an image from a Dockerfile

2. docker info – To print system-wide information

3. docker info – To print Docker version information

4. docker cp – To copy directory and files between a container and host

5. docker images – To list docker images

6. docker stop – To stop a running Docker container

7. docker start – To start a stopped docker container

8. docker restart – To restart a docker container

9. docker attach – Attach local standard input, output, and error streams to a running container

10. pull – To pull an image or a repository from a registry

11. docker push – Push an image or a repository to a registry

12. docker rename – To rename a Docker container

13. docker rm – To delete a Docker container

14. docker rmi – To delete a docker image

15. docker run – To run a command in a new docker container

16. docker save – Save docker image as tar archive

17. docker search – To search Docker hub for images

18. docker top – Show the running processes of a Docker container

19. docker commit – Create a new image from a container’s changes

20. docker create – To create a new container

21. docker exec – Execute a command in the running container

22. docker history – To see history of an image

23. docker import – Import the contents from a tarball to create a filesystem image

24. docker export – Export docker container’s filesystem as a tar archive

25. docker inspect – will list the complete information of the container

26. docker pause – Pause all processes within a container

27. docker unpause – Unpause all processes within a container

28. docker stats – Show containers resource usage statistics

29. docker diff – Find changes to files or directories on a container’s filesystem

30. docker events – Show real time events

31. docker kill – To kill a running container

32. docker load – To load an image from tar archive

33. docker login – To login to Docker registry

34. docker logout – To Log out from a Docker registry

35. docker logs – To see the logs of a container

36. docker ps – To list containers

.

About Us

Globedrill.com is a website that publishes articles related to Linux and Devops. Globedrill was started on April 2016.

Contact Us

Email : globedrill.c@gmail.com

Globedrill

Copyright © 2016 Globedrill. All Rights Reserved. The content in this website is copyrighted to Globedrill.com and may not be republished either online or offline.

  • About Us
  • Privacy Policy
  • Contact Us
  • copyright