mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-28 18:00:17 +01:00
docs: update documentation with new sections and improve clarity
This commit is contained in:
parent
ca0d37a4ac
commit
d2a21afcfe
20 changed files with 128 additions and 73 deletions
|
|
@ -12,7 +12,7 @@ You can check your current version of the go language as follows:
|
|||
|
||||
```bash
|
||||
~ $ go version
|
||||
go version go1.22.x darwin/amd64
|
||||
go version go1.24.x darwin/amd64
|
||||
```
|
||||
|
||||
## Checking out the code
|
||||
|
|
@ -44,5 +44,5 @@ To build a Watchtower image of your own, use the self-contained Dockerfiles. As
|
|||
e.g.:
|
||||
|
||||
```bash
|
||||
sudo docker build . -f dockerfiles/Dockerfile.dev-self-contained -t containrrr/watchtower # to build an image from local files
|
||||
sudo docker build . -f dockerfiles/Dockerfile.dev-self-contained -t beatkind/watchtower # to build an image from local files
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue