Skip to content

Commit

Permalink
Merge pull request #35 from phil-davis/patch-2
Browse files Browse the repository at this point in the history
Update links to container logs docs
  • Loading branch information
fauria committed Oct 14, 2019
2 parents db30088 + ead5d65 commit 7727983
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker pull fauria/vsftpd
Environment variables
----

This image uses environment variables to allow the configuration of some parameteres at run time:
This image uses environment variables to allow the configuration of some parameters at run time:

* Variable name: `FTP_USER`
* Default value: admin
Expand All @@ -37,7 +37,7 @@ This image uses environment variables to allow the configuration of some paramet
* Variable name: `FTP_PASS`
* Default value: Random string.
* Accepted values: Any string.
* Description: If you don't specify a password for the default FTP account through `FTP_PASS`, a 16 characters random string will be automatically generated. You can obtain this value through the [container logs](https://docs.docker.com/reference/commandline/logs/).
* Description: If you don't specify a password for the default FTP account through `FTP_PASS`, a 16 character random string will be automatically generated. You can obtain this value through the [container logs](https://docs.docker.com/engine/reference/commandline/container_logs/).

----

Expand Down Expand Up @@ -100,7 +100,7 @@ This image uses environment variables to allow the configuration of some paramet
* Variable name: `LOG_STDOUT`
* Default value: Empty string.
* Accepted values: Any string to enable, empty string or not defined to disable.
* Description: Output vsftpd log through STDOUT, so that it can be accessed through the [container logs](https://docs.docker.com/reference/commandline/logs/).
* Description: Output vsftpd log through STDOUT, so that it can be accessed through the [container logs](https://docs.docker.com/engine/reference/commandline/container_logs/https://docs.docker.com/reference/commandline/logs/).

----

Expand All @@ -123,7 +123,7 @@ Exposed ports and volumes

The image exposes ports `20` and `21`. Also, exports two volumes: `/home/vsftpd`, which contains users home directories, and `/var/log/vsftpd`, used to store logs.

When sharing a homes directory between the host and the container (`/home/vsftpd`) the owner user id and group id should be 14 and 80 respectively. This correspond ftp user and ftp group on the container, but may match something else on the host.
When sharing a homes directory between the host and the container (`/home/vsftpd`) the owner user id and group id should be 14 and 80 respectively. This corresponds to ftp user and ftp group on the container, but may match something else on the host.

Use cases
----
Expand Down

0 comments on commit 7727983

Please sign in to comment.