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
+6-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
-
# docker-tools
2
-
This is a repo to house some common tools for use in the various .NET Docker repos.
1
+
# Docker Tools
2
+
3
+
This is a repo to house some common tools for use in the various .NET Docker repos.
4
+
5
+
## Image Builder
3
6
4
-
# Image Builder
5
7
A tool used to build and publish Docker images.
6
8
7
9
The Image Builder tool can be acquired via a Docker image available at [mcr.microsoft.com/dotnet-buildtools/image-builder](https://mcr.microsoft.com/v2/dotnet-buildtools/image-builder/tags/list) or built from source via the [build script](./src/Microsoft.DotNet.ImageBuilder/build.ps1).
@@ -14,4 +16,4 @@ The full list of supported commands can be seen by running the tool.
14
16
15
17
The list of support command options can be seen by specifying the `-h` command option. The following illustrates how to list the build options.
16
18
17
-
- Linux container environment: `docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock mcr.microsoft.com/dotnet-buildtools/image-builder:debian-20190223173930 build -h`
19
+
- Linux container environment: `docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock mcr.microsoft.com/dotnet-buildtools/image-builder:debian-20190223173930 build -h`
0 commit comments