Skip to content

Commit

Permalink
Update the associated link and info of "With files/directories/conten…
Browse files Browse the repository at this point in the history
…t" (#809)
  • Loading branch information
danmondra authored Aug 1, 2024
1 parent 1ccfe91 commit e278295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const container = await new GenericContainer("alpine")

**Not recommended.**

Bind mounts are not portable. They do not work with Docker in Docker or in cases where the Docker agent is remote. It is preferred to [copy files/content into the container](../containers#with-filescontent) instead.
Bind mounts are not portable. They do not work with Docker in Docker or in cases where the Docker agent is remote. It is preferred to [copy files/directories/content into the container](../containers#with-filesdirectoriescontent) instead.

```javascript
const container = await new GenericContainer("alpine")
Expand Down

0 comments on commit e278295

Please sign in to comment.