Skip to content

Commit

Permalink
Adds docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Sep 20, 2024
1 parent bfc7d7c commit abcd30c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,24 @@ takeout stop {container_id}
takeout stop {container_id1} {container_id2}
```

### Get a shell inside any Takeout container

To get a shell inside any container that is started with Takeout, you may run:

```bash
takeout shell {service}
```

Here are some examples:

```bash
takeout shell mysql
takeout shell neo4j
takeotu shell pgvector
```

This will reuse the running container. Takeout will start either a `bash` or a `sh` process inside the container, depending on what the container supports (this is automatically handled by Takeout).

## Running multiple versions of a dependency

Another of Takeout's benefits is that it allows you to have multiple versions of a dependency installed and running at the same time. That means, for example, that you can run both MySQL 5.7 and 8.0 at the same time, on different ports.
Expand Down

0 comments on commit abcd30c

Please sign in to comment.