Skip to content

Commit

Permalink
(doc) Fix passing of debug argument
Browse files Browse the repository at this point in the history
Also changed the formatting slightly.
  • Loading branch information
gep13 committed Sep 21, 2021
1 parent a89d084 commit e7a97fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ To build this image yourself, follow these steps:
1. Clone down the repository using `git clone https://github.com/chocolatey/choco.git`.
1. Change directories to the root of the repository.
1. Run the docker build command. `docker build -t mono-choco -f docker/Dockerfile.linux .` (the trailing . is important)
To build a official version, add the argument `--build-arg buildscript=build.official.sh`
To build a debug version, add the argument `--build-arg buildscript=build.official.sh`
To change the version of mono used, add the argument `--build-arg monoversion=mono-tag`
* To build a official version, add the argument `--build-arg buildscript=build.official.sh`
* To build a debug version, add the argument `--build-arg buildscript=build.debug.sh`
* To change the version of mono used, add the argument `--build-arg monoversion=mono-tag`
1. Run your new image using the command `docker run -ti --rm mono-choco /bin/bash`
1. Test choco by running `choco -h`. You should see the help message from choco.exe.

0 comments on commit e7a97fe

Please sign in to comment.