You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Build development environments from a Dockerfile on Docker, Kubernetes, and Open
24
24
25
25
The easiest way to get started is to run the `envbuilder` Docker container that clones a repository, builds the image from a Dockerfile, and runs the `$INIT_SCRIPT` in the freshly built container.
26
26
27
-
> `/tmp/envbuilder`is used to persist data between commands for the purpose of this demo. You can change it to any directory you want.
27
+
> `/tmp/envbuilder`directory persists demo data between commands. You can choose a different directory.
28
28
29
29
```bash
30
30
docker run -it --rm \
@@ -47,6 +47,14 @@ $ vim .devcontainer/Dockerfile
47
47
48
48
Exit the container, and re-run the `docker run` command... after the build completes, `htop` should exist in the container! 🥳
49
49
50
+
### Git Branch Selection
51
+
52
+
Choose a branch using `GIT_URL` with a _ref/heads_ reference. For instance:
envbuilder uses Kaniko to build containers. You should [follow their instructions](https://github.com/GoogleContainerTools/kaniko#pushing-to-different-registries) to create an authentication configuration.
0 commit comments