File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -238,24 +238,24 @@ https://github.com/rfc-st/humble/releases
238
238
# E.g. (macOs): https://docs.docker.com/desktop/install/mac-install/
239
239
# E.g. (Windows): https://docs.docker.com/desktop/install/windows-install/
240
240
241
- # Build the image, providing the TAG as the latest Release of 'humble': '1.42 ' in this example.
241
+ # Build the image, providing the TAG as the latest Release of 'humble': '1.46 ' in this example.
242
242
# https://github.com/rfc-st/humble/releases (Windows may require elevated console privileges)
243
- $ docker build -t humble:1.42 .
243
+ $ docker build -t humble:1.46 .
244
244
245
245
# Run the analysis specifying the above TAG, along with the specific options for 'humble':
246
246
# '-it', required: allocate a pseudo-TTY and keep the input interactive
247
247
# '-rm', required: automatically remove the container and associated anonymous volumes when it exits
248
248
249
249
# (Linux/macOS)
250
250
# E.g. Analyze https://facebook with a brief analysis:
251
- $ docker run -it --rm --name humble humble:1.42 /bin/bash -c " python3 humble.py -u https://facebook.com -b"
251
+ $ docker run -it --rm --name humble humble:1.46 /bin/bash -c " python3 humble.py -u https://facebook.com -b"
252
252
253
253
# (Windows)
254
254
# E.g. Analyze https://facebook with a brief analysis:
255
- $ docker run -it --rm --name humble humble:1.42 python3 humble.py -u https://facebook.com -b
255
+ $ docker run -it --rm --name humble humble:1.46 python3 humble.py -u https://facebook.com -b
256
256
257
257
# Removing (and untagging) previous images of 'humble' after upgrading to the latest release.
258
- $ docker rmi humble:1.42
258
+ $ docker rmi humble:1.46
259
259
```
260
260
261
261
## Usage
You can’t perform that action at this time.
0 commit comments