mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
Specify ghcr.io for docker location (#4589)
This commit is contained in:
parent
0a20296d93
commit
4ccb348339
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ You can follow the link below on how to install and configure **Docker** on your
|
|||
## Download the latest Super-Linter Docker container
|
||||
|
||||
- Pull the latest **Docker** container down from **DockerHub**
|
||||
- `docker pull super-linter/super-linter:latest`
|
||||
- `docker pull ghcr.io/super-linter/super-linter:latest`
|
||||
Once the container has been downloaded to your local environment, you can then begin the process, or running the container against your codebase.
|
||||
|
||||
## Run the container Locally
|
||||
|
|
Loading…
Reference in a new issue