Skip to content

Commit

Permalink
Fix tip syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
maricaantonacci authored Feb 2, 2022
1 parent 76bba80 commit 278529d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/container/manipulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Our container will restart with the same options we had specified when we launch

The `docker container attach` command allows you to attach your terminal to the running container.

!!! tip:
!!! tip
The command that is executed when starting a container is specified using the ENTRYPOINT and/or CMD instruction in the Dockerfile.
The `attach` command allows you to connect and interact with the container’s main process which has `PID 1`.
Remember that **if you kill the main process the container will terminate**.
Expand Down

0 comments on commit 278529d

Please sign in to comment.