Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit dafc55d

Browse files
committed
Doc fixes (CI Ignore)
1 parent 10f76a7 commit dafc55d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script-library/docs/docker-in-docker.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@
2828

2929
See the [`docker-in-docker`](../../containers/docker-in-docker) definition for a complete working example. However, here are the general steps to use the script:
3030

31-
1. Add [`docker-debian.sh`](../docker-debian.sh) to `.devcontainer/library-scripts`
31+
1. Add [`docker-in-docker-debian.sh`](../docker-in-docker-debian.sh) to `.devcontainer/library-scripts`
3232

3333
2. Add the following to your `.devcontainer/Dockerfile`:
3434

3535
```Dockerfile
36+
# If "context" is set to ".." in devcontainer.json, use .devcontainer/library-scripts/*.sh
3637
COPY library-scripts/*.sh /tmp/library-scripts/
38+
3739
ENV DOCKER_BUILDKIT=1
3840
RUN apt-get update && /bin/bash /tmp/library-scripts/docker-in-docker-debian.sh
3941
ENTRYPOINT ["/usr/local/share/docker-init.sh"]

0 commit comments

Comments
 (0)