We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da16ae commit 1872d44Copy full SHA for 1872d44
.gitignore
@@ -1,3 +1,4 @@
1
bin/
2
dist/
3
+/.idea/
4
/.vscode/
BUILDING.md
@@ -22,15 +22,7 @@ make
22
This will output a CLI for your host machine in `./bin`.
23
24
You will then need to make sure that you have the existing Docker CLI in your
25
-`PATH` with the name `com.docker.cli`. A make target is provided to help with
26
-this:
27
-
28
-```console
29
-make moby-cli-link
30
-```
31
32
-This will create a symbolic link from the existing Docker CLI to
33
-`/usr/local/bin` with the name `com.docker.cli`.
+`PATH` with the name `com.docker.cli`.
34
35
You can statically cross compile the CLI for Windows, macOS, and Linux using the
36
`cross` target.
0 commit comments