×

Melvin L's video: Docker quick start and useful commands

@Docker quick start and useful commands
*********************************** Docker Quick Start/Useful Commands *********************************** Docker get images ----------------- docker images docker search [] docker pull [imagename:tag] List containers -------------- docker ps docker ps -a run/exec/inspect ---------------- docker run -it [imagename:tag] /bin/bash docker run --name [name] -it [imagename:tag] /bin/bash docker inspect [containername] Ctrl-pq - exit docker exec -it [containername] /bin/bash Copy files ---------- docker cp foo.txt [containername]:/foo.txt docker cp [containername]:/foo.txt foo.txt Remove container ---------------- docker rm [container] docker rmi [image] Stop and remove all containers ------------------------------ docker stop $(docker ps -a -q) docker rm $(docker ps -a -q)

37

3
Melvin L
Subscribers
19.1K
Total Post
111
Total Views
1.5M
Avg. Views
29.3K
View Profile
This video was published on 2016-07-08 20:06:01 GMT by @Melvin-L on Youtube. Melvin L has total 19.1K subscribers on Youtube and has a total of 111 video.This video has received 37 Likes which are lower than the average likes that Melvin L gets . @Melvin-L receives an average views of 29.3K per video on Youtube.This video has received 3 comments which are lower than the average comments that Melvin L gets . Overall the views for this video was lower than the average for the profile.

Other post by @Melvin L