remove spaces
parent
1fe8077ed0
commit
ea5001a5bf
|
@ -73,11 +73,11 @@ docker run --rm -itd \
|
||||||
### 2. Then you can just use `docker exec` to execute any acme.sh commands.
|
### 2. Then you can just use `docker exec` to execute any acme.sh commands.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker exec acme.sh --help
|
docker exec acme.sh --help
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker exec acme.sh --issue -d example.com --standalone
|
docker exec acme.sh --issue -d example.com --standalone
|
||||||
```
|
```
|
||||||
|
|
||||||
Yes, again, You can use **any commands** that **acme.sh** supports here.
|
Yes, again, You can use **any commands** that **acme.sh** supports here.
|
||||||
|
|
Loading…
Reference in New Issue