mirror of
https://github.com/rclone/rclone
synced 2025-01-15 19:47:38 +01:00
docs: Updated docker docs regarding usage of the RC API from outside the
container Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
This commit is contained in:
parent
6308153ae7
commit
29d6358f34
@ -136,6 +136,13 @@ from the rclone image.
|
|||||||
reside on the host with a non-root UID:GID, you need to pass these on the container
|
reside on the host with a non-root UID:GID, you need to pass these on the container
|
||||||
start command line.
|
start command line.
|
||||||
|
|
||||||
|
- If you want to access the RC interface (either via the API or the Web UI), it is
|
||||||
|
required to set the `--rc-addr` to `:5572` in order to connect to it from outside
|
||||||
|
the container. An explanation about why this is necessary is present [here](https://web.archive.org/web/20200808071950/https://pythonspeed.com/articles/docker-connection-refused/).
|
||||||
|
* NOTE: Users running this container with the docker network set to `host` should
|
||||||
|
probably set it to listen to localhost only, with `127.0.0.1:5572` as the value for
|
||||||
|
`--rc-addr`
|
||||||
|
|
||||||
- It is possible to use `rclone mount` inside a userspace Docker container, and expose
|
- It is possible to use `rclone mount` inside a userspace Docker container, and expose
|
||||||
the resulting fuse mount to the host. The exact `docker run` options to do that might
|
the resulting fuse mount to the host. The exact `docker run` options to do that might
|
||||||
vary slightly between hosts. See, e.g. the discussion in this
|
vary slightly between hosts. See, e.g. the discussion in this
|
||||||
|
Loading…
Reference in New Issue
Block a user