mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: update minimum docker version required. (#916)
Oracle Linux 7.4 backported versions still having issues with freezing/terminating containers. 17.10.0-ce seems like a resonable lowest common denominator.
This commit is contained in:
committed by
Reed Allman
parent
f635359ff8
commit
c58caee78d
@@ -26,7 +26,7 @@ The fastest way to experience Fn is to follow the quickstart below, or you can j
|
|||||||
|
|
||||||
### Pre-requisites
|
### Pre-requisites
|
||||||
|
|
||||||
* Docker 17.06 or later installed and running
|
* Docker 17.10.0-ce or later installed and running
|
||||||
* A Docker Hub account ([Docker Hub](https://hub.docker.com/)) (or other Docker-compliant registry)
|
* A Docker Hub account ([Docker Hub](https://hub.docker.com/)) (or other Docker-compliant registry)
|
||||||
* Log Docker into your Docker Hub account: `docker login`
|
* Log Docker into your Docker Hub account: `docker login`
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ const (
|
|||||||
func NewAgentConfig() (*AgentConfig, error) {
|
func NewAgentConfig() (*AgentConfig, error) {
|
||||||
|
|
||||||
cfg := &AgentConfig{
|
cfg := &AgentConfig{
|
||||||
MinDockerVersion: "17.06.0-ce",
|
MinDockerVersion: "17.10.0-ce",
|
||||||
MaxLogSize: 1 * 1024 * 1024,
|
MaxLogSize: 1 * 1024 * 1024,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user