Skip to content

Commit

Permalink
Update Docker.md;fix broken URL (#3399)
Browse files Browse the repository at this point in the history
This pull request includes a minor update to the CONTRIBUTORS.md file to correct the link to the Dockerfile README.
  • Loading branch information
New-World-2019 authored Aug 22, 2024
1 parent eb160d9 commit 395af4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/installation/Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ docker run -it -p {WorkstationPortNum}:{DockerPortNum} -v {WorkStation_Dir}:{Doc

## Additional Resources

- Details on all the Dockerfile options can be found in the [Dockerfile](https://github.com/microsoft/autogen/.devcontainer/README.md) README.
- Details on all the Dockerfile options can be found in the [Dockerfile](https://github.com/microsoft/autogen/blob/main/.devcontainer/README.md) README.
- For more information on Docker usage and best practices, refer to the [official Docker documentation](https://docs.docker.com).
- Details on how to use the Dockerfile dev version can be found on the [Contributor Guide](/docs/contributor-guide/docker).

0 comments on commit 395af4e

Please sign in to comment.