Skip to content

Commit 07d4465

Browse files
add file permissions best practices link
1 parent e83b094 commit 07d4465

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

BEST-PRACTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
## Docker Best Practices
33

4-
Notes about some of the best docker practices for improving Docker security, optimize the image size, writing cleaner and more maintainable Dockerfiles, handling volumes permissions and many more.
4+
Notes about some of the best docker practices for improving Docker security, optimize the image size, writing cleaner and more maintainable _Dockerfiles_, handling volumes permissions and many more.
55

66

77
# Table Of Contents

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,8 @@ $ docker run --volumes-from 4920 \
425425
**Note** : `--volumes-from`can be use in order to Back up, restore, or migrate data volumes.
426426
In practice `--volumes-from` is usually used to link volumes between running containers (volume data migration).
427427

428+
**Note 2** : Dealing with file permissions with docker volumes can be confusing , (between the host and the container), you can read more about such topic in _docker best practices_ notes [here](BEST-PRACTICES.MD)
429+
428430
## Networking :earth_africa:
429431

430432
Networking is about communication among processes, and Docker’s networking is no different. Docker networking is primarily used to establish communication between Docker containers and the outside world via the host machine where the Docker daemon is running.

0 commit comments

Comments
 (0)