File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -700,12 +700,12 @@ problem happens because the volume will be mounted as
700700` root ` , and therefore the browser cannot write a file to
701701that directory because it is running under the user
702702` seluser ` . This happens because that is how Docker mounts
703- volumes in Linux, more details in the [ issue] ( https://github.com/moby/moby/issues/2259 ) .
703+ volumes in Linux, more details in this [ issue] ( https://github.com/moby/moby/issues/2259 ) .
704704
705705A workaround for this is to create the directory on the
706- host and change its permissions before mounting. Depending
707- on your user permissions, you might need to use ` sudo ` for
708- some of these commands:
706+ host and change its permissions ** before mounting the volume ** .
707+ Depending on your user permissions, you might need to use
708+ ` sudo ` for some of these commands:
709709
710710``` bash
711711mkdir /home/ubuntu/files
You can’t perform that action at this time.
0 commit comments