mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Updated Setup docker mailserver using the script setup.sh (markdown)
This commit is contained in:
parent
bce48753d3
commit
02ce180bc3
|
@ -1,6 +1,6 @@
|
||||||
[`setup.sh`](https://github.com/tomav/docker-mailserver/blob/master/setup.sh) is an administration script that helps with the most common tasks, including initial configuration. It is intented to be used from the host machine, _not_ from within your running container.
|
[`setup.sh`](https://github.com/tomav/docker-mailserver/blob/master/setup.sh) is an administration script that helps with the most common tasks, including initial configuration. It is intented to be used from the host machine, _not_ from within your running container.
|
||||||
|
|
||||||
The latest version of the script is included in the `docker-mailserver` repository. Get the last version to the script by copying this command in your console:
|
The latest version of the script is included in the `docker-mailserver` repository. You may retrieve it at any time by running this command in your console:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
wget -q -O setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh; chmod a+x ./setup.sh
|
wget -q -O setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh; chmod a+x ./setup.sh
|
||||||
|
@ -12,7 +12,9 @@ Or if you use curl:
|
||||||
curl -o setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh; chmod a+x ./setup.sh
|
curl -o setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh; chmod a+x ./setup.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Run `./setup.sh` without arguments and you'll get some usage informations:
|
## Usage
|
||||||
|
|
||||||
|
Run `./setup.sh` without arguments and you'll get some usage information:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
Usage: ./setup.sh [-i IMAGE_NAME] [-c CONTAINER_NAME] <subcommand> <subcommand> [args]
|
Usage: ./setup.sh [-i IMAGE_NAME] [-c CONTAINER_NAME] <subcommand> <subcommand> [args]
|
||||||
|
|
Loading…
Reference in a new issue