Skip to content

Commit

Permalink
(from getambassador.io) Minor fix-ups.
Browse files Browse the repository at this point in the history
  • Loading branch information
khussey committed May 31, 2021
1 parent bf63e2d commit 5e93deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions reference/inside-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

It is sometimes desirable to run Telepresence inside a container. One reason can be to avoid any side effects on the workstation's network, another can be to establish multiple sessions with the traffic manager, or even work with different clusters simultaneously.

Building a container with a ready-to-run Telepresence is easy because there are relatively few external dependencies. Add the following to a `Dockerfile`:

## Building the container

Building a container with a ready-to-run Telepresence is easy because there are relatively few external dependencies. Add the following to a `Dockerfile`:

```Dockerfile
# Dockerfile with telepresence and its prerequisites
FROM alpine:3.13
Expand Down
2 changes: 1 addition & 1 deletion releaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ items:
- title: Running in a Docker container
body: "Telepresence can now be run inside a Docker container. This can be useful for avoiding side effects on a workstation's network, establishing multiple sessions with the traffic manager, or working with different clusters simultaneously."
image: ./run-tp-in-docker.png
docs: reference/inside_container
docs: reference/inside-container
type: feature
- title: Configurable Log Levels
body: "Telepresence now supports configuring the log level for Root Daemon and User Daemon logs. This provides control over the nature and volume of information that Telepresence generates in <code>daemon.log</code> and <code>connector.log</code>."
Expand Down

0 comments on commit 5e93deb

Please sign in to comment.