mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	docs: Docker - Minor corrections
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/docker-3.2.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker-3.2.yml
									
									
									
									
										vendored
									
									
								
							| @@ -15,10 +15,8 @@ env: | |||||||
|   GIT_BRANCH: "3.2" |   GIT_BRANCH: "3.2" | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|  |  | ||||||
|   deploy: |   deploy: | ||||||
|     runs-on: ubuntu-24.04 |     runs-on: ubuntu-24.04 | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - name: lowercase the repository name |       - name: lowercase the repository name | ||||||
|         run: echo "REPO=${GITHUB_REPOSITORY@L}" >> "${GITHUB_ENV}" |         run: echo "REPO=${GITHUB_REPOSITORY@L}" >> "${GITHUB_ENV}" | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| ## Usage | ## Usage | ||||||
|  |  | ||||||
| Run the image with `testssl.sh` options appended (default is `--help`). The container entrypoint is already set to `testsl.sh` as the command for convenience. | Run the image with `testssl.sh` options appended (default is `--help`). The container entrypoint is already set to `testsl.sh` for convenience. | ||||||
|  |  | ||||||
| ```bash | ```bash | ||||||
| docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 --fs github.com | docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 --fs github.com | ||||||
| @@ -47,7 +47,7 @@ There are two base images supported: | |||||||
| - openSUSE Leap ([`Dockerfile`](./Dockerfile)), glibc-based + faster. | - openSUSE Leap ([`Dockerfile`](./Dockerfile)), glibc-based + faster. | ||||||
| - Alpine ([`Dockerfile`](./Dockerfile.alpine)), musl-based + half the size. | - Alpine ([`Dockerfile`](./Dockerfile.alpine)), musl-based + half the size. | ||||||
|  |  | ||||||
| The Alpine variant is made available if you need broarder platform support, or an image about 30MB smaller at the expense of slightly slower performance. | The Alpine variant is made available if you need broader platform support, or an image about 30MB smaller at the expense of slightly slower performance. | ||||||
|  |  | ||||||
| #### Tip - Remote build context + `Dockerfile` | #### Tip - Remote build context + `Dockerfile` | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Brennan Kinney
					Brennan Kinney