Skip to content

Commit 53f24df

Browse files
committed
better link for hardcoding hostname caution
1 parent 51b0a27 commit 53f24df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ const container = await new GenericContainer("alpine")
312312

313313
**Not recommended.**
314314

315-
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.)
315+
See this [Docker blog post on Testcontainers best practices](https://www.docker.com/blog/testcontainers-best-practices/#:~:text=Don't%20hardcode%20the%20hostname)
316316

317317
```javascript
318318
const container = await new GenericContainer("alpine")

0 commit comments

Comments
 (0)