mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Clean up
This commit is contained in:
parent
c8d2fbdfdc
commit
992c138844
2 changed files with 1 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ Memorising docker commands is hard. Memorising aliases is slightly less hard. Ke
|
|||
|
||||
## Requirements
|
||||
|
||||
- Docker >= **29.0** (API >= **1.52**)
|
||||
- Docker >= **29.0.0** (API >= **1.24**)
|
||||
- Docker-Compose >= **1.23.2** (optional)
|
||||
|
||||
## Installation
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
APIVersion = "1.52"
|
||||
dockerHostEnvKey = "DOCKER_HOST"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue