Skip to content

Commit 278529d

Browse files
Fix tip syntax
1 parent 76bba80 commit 278529d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/container/manipulation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Our container will restart with the same options we had specified when we launch
9696

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

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

0 commit comments

Comments
 (0)