4. What is the differenet between docker exec and attach? by Johnson

Limited Time Offer!

For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!

Enroll Now

Docker exec command is used run a new process inside the container. Attach isn’t for running an extra thing in a container, it’s for attaching to the running process.

Docker attach command is used to attaches to the process that runs in the container with PID. Docker exec is specifically for running new things in a already started container with shell.

Subscribe
Notify of
guest

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

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