Athulya Raj Profile picture
Mar 28 16 tweets 5 min read Twitter logo Read on Twitter
#docker CLI commands through #Memes. 🧵
1. Publish an image to Docker Hub
docker push <username>/<image_name>
2.Pull an image from a Docker Hub
docker pull <image_name>
3. Search Hub for an image
docker search <image_name>
4. Build an Image from a Dockerfile
docker build -t <image_name>
5. Delete an Image
docker rmi <image_name>
6. Remove all unused images
docker image prune
7. Run a container with and publish a container’s port(s) to the host.
docker run -p <host_port>:<container_port> <image_name>
8. Stop an existing container:
docker stop <container_name> (or <container-id>)
9. Start an existing container:
docker start <container_name> (or <container-id>)
10. Remove a stopped container:
docker rm <container_name>
11. Fetch and follow the logs of a container:
docker logs -f <container_name>
12. To inspect a running container:
docker inspect <container_name> (or <container_id>)
13. To list currently running containers:
docker ps
14. View resource usage stats
docker container stats
15. Get help with Docker.
docker --help
16. Display system-wide information
docker info

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Athulya Raj

Athulya Raj Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @ar_incredible

May 29, 2020
Some commonly used HTTP Status codes #meme #tech

1. 503 Service Unavailable
2. 502 Bad Gateway
3. 500 Internal Server Error
Read 17 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(