Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit b2bc025

Browse files
committed
tweak README to better explain how to use this
1 parent d63573d commit b2bc025

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# debian-docker
2-
scripts and Dockerfiles to build jmtd/debian* docker images
2+
scripts and Dockerfiles to build jmtd/debian\* docker images
33

44
What I use to build `jmtd/debian:*` docker images on the Docker registry.
55

@@ -20,13 +20,15 @@ What I use to build `jmtd/debian:*` docker images on the Docker registry.
2020
toolchain. Approx 166M in size.
2121

2222
## Getting started
23+
2324
To build your own images, clone this repo, cd to the local path and run
2425

2526
```
26-
export SUITE=jessie-amd64
27-
sudo -E make prefix=$USER tag=$SUITE roots/$SUITE $SUITE/root.tar build
27+
sudo make release=jessie prefix=jmtd arch=amd64 mirror=http://httpredir.debian.org/debian/
2828
```
29-
You can also set a local mirror by appending mirror= to the command, the default is httpredir.debian.net
29+
30+
All the arguments above are optional. The values in the example above are
31+
the defaults. The resulting image would be tagged `jmtd/debian:jessie-amd64`.
3032

3133
## Future work
3234

0 commit comments

Comments
 (0)