Skip to content

Commit

Permalink
better link for hardcoding hostname caution
Browse files Browse the repository at this point in the history
  • Loading branch information
kyzooghost committed Jan 15, 2025
1 parent 51b0a27 commit 53f24df
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 @@ -312,7 +312,7 @@ const container = await new GenericContainer("alpine")

**Not recommended.**

See this [Docker blog post on Testcontainers best practices](https://www.docker.com/blog/testcontainers-best-practices/#:~:text=Don't%20hardcode%20the%20container%20name&text=But%20giving%20a%20fixed%2Fhardcoded,running%20multiple%20pipelines%20in%20parallel.)
See this [Docker blog post on Testcontainers best practices](https://www.docker.com/blog/testcontainers-best-practices/#:~:text=Don't%20hardcode%20the%20hostname)

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

0 comments on commit 53f24df

Please sign in to comment.