Skip to content

Commit

Permalink
Correct Docker image names
Browse files Browse the repository at this point in the history
  • Loading branch information
istathar committed Oct 4, 2020
1 parent c6c9af0 commit 251dfd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ processor in there, rather than on your own system, by specifying the
`--docker` option:

```shell
$ render --builtin-preamble --docker=oprdyn/publish-builtin:latest Trees.book
$ render --builtin-preamble --docker=aesiniath/publish-builtin:latest Trees.book
$
```

Expand All @@ -41,7 +41,7 @@ Docker Inception
----------------

You can also run the _render_ tool itself in a Docker container. There's an
image available at `docker.io/oprdyn/publish-render`. This means conceptually
image available at `docker.io/aesiniath/publish-render`. This means conceptually
you should be able to do:

```shell
Expand Down Expand Up @@ -76,7 +76,7 @@ $ docker run \
$
```

where `mypublish` is a locally created image built from `oprdyn/publish-render`
where `mypublish` is a locally created image built from `aesiniath/publish-render`
that adds the **docker-ce-cli** and **librsvg2-bin** packages.

The second trouble is that there's no way to get the temporary directory
Expand Down Expand Up @@ -105,7 +105,7 @@ $ docker run \
render \
--temp=/tmp/publish-local \
--builtin-preamble \
--docker=oprdyn/publish-builtin:latest \
--docker=aesiniath/publish-builtin:latest \
Trees.book
$
```
Expand Down
2 changes: 1 addition & 1 deletion doc/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ yourself you can freely do so. There is also an option to run the render in a
Docker container.

```shell
$ render --builtin-preamble --docker=oprdyn/publish-builtin:latest Trees.book
$ render --builtin-preamble --docker=aesiniath/publish-builtin:latest Trees.book
$
```

Expand Down

0 comments on commit 251dfd0

Please sign in to comment.