mirror of
https://github.com/astefanutti/decktape.git
synced 2024-12-02 14:49:58 +03:00
Polish README
This commit is contained in:
parent
8432be2e73
commit
0dcc0f5087
@ -269,8 +269,8 @@ $ docker run --rm -t -v `pwd`:/slides -v ~:/home/user astefanutti/decktape /home
|
|||||||
* Or, to convert an HTML presentation that's deployed on the local host:
|
* Or, to convert an HTML presentation that's deployed on the local host:
|
||||||
[source,shell]
|
[source,shell]
|
||||||
$ docker run --rm -t --net=host -v `pwd`:/slides astefanutti/decktape http://localhost:8000 slides.pdf
|
$ docker run --rm -t --net=host -v `pwd`:/slides astefanutti/decktape http://localhost:8000 slides.pdf
|
||||||
|
+
|
||||||
Use `host.docker.internal` instead of `localhost` on macOS and Windows.
|
You may have to use `host.docker.internal` instead of `localhost` on macOS and Windows.
|
||||||
|
|
||||||
You may want to specify a tag corresponding to a released version of DeckTape for the Docker image, e.g. `astefanutti/decktape:{decktape-version}`.
|
You may want to specify a tag corresponding to a released version of DeckTape for the Docker image, e.g. `astefanutti/decktape:{decktape-version}`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user