diff --git a/14.10.FC1/informix-developer-database.md b/14.10.FC1/informix-developer-database.md index fc864b3..94bed7a 100644 --- a/14.10.FC1/informix-developer-database.md +++ b/14.10.FC1/informix-developer-database.md @@ -260,7 +260,7 @@ To use ```user supplied configuration files``` you must use a bind mount and mo * Now you have a new __Docker image__ named ifx-test:v1 that you can run that will contain your databases/tables, chunk/dbspace layout all stored inside the container. To run this you would run the following: ```shell - docker run --name ifx -h ifx -e LICENSE=accpet -e STORAGE=local \ + docker run --name ifx -h ifx -e LICENSE=accept -e STORAGE=local \ -p 9088:9088 -p 9089:9089 -p 27017:27017 \ -p 27018:27018 -p 27883:27883 ifx-test:v1 ``` diff --git a/14.10.FC5/informix-developer-database.md b/14.10.FC5/informix-developer-database.md index a1e2ac6..988138d 100644 --- a/14.10.FC5/informix-developer-database.md +++ b/14.10.FC5/informix-developer-database.md @@ -243,7 +243,7 @@ docker commit ifx ifx-test:v1 * Now you have a new __Docker image__ named `ifx-test:v1` that you can run that will contain your databases/tables, chunk/dbspace layout all stored inside the container. To run this you would run the following: ``` -docker run --name ifx -h ifx -e LICENSE=accpet -e STORAGE=local \ +docker run --name ifx -h ifx -e LICENSE=accept -e STORAGE=local \ -p 9088:9088 -p 9089:9089 -p 27017:27017 -p 27018:27018 -p 27883:27883 \ ifx-test:v1 ``` diff --git a/14.10.FC5/informix-innovator-c.md b/14.10.FC5/informix-innovator-c.md index 6d3a51f..8c9ebf7 100644 --- a/14.10.FC5/informix-innovator-c.md +++ b/14.10.FC5/informix-innovator-c.md @@ -241,7 +241,7 @@ docker commit ifx ifx-test:v1 * Now you have a new __Docker image__ named `ifx-test:v1` that you can run that will contain your databases/tables, chunk/dbspace layout all stored inside the container. To run this you would run the following: ``` -docker run --name ifx -h ifx -e LICENSE=accpet -e STORAGE=local \ +docker run --name ifx -h ifx -e LICENSE=accept -e STORAGE=local \ -p 9088:9088 -p 9089:9089 -p 27017:27017 -p 27018:27018 -p 27883:27883 \ ifx-test:v1 ``` diff --git a/14.10.FC6/informix-developer-database.md b/14.10.FC6/informix-developer-database.md index a56068b..cde8ade 100644 --- a/14.10.FC6/informix-developer-database.md +++ b/14.10.FC6/informix-developer-database.md @@ -243,7 +243,7 @@ docker commit ifx ifx-test:v1 * Now you have a new __Docker image__ named `ifx-test:v1` that you can run that will contain your databases/tables, chunk/dbspace layout all stored inside the container. To run this you would run the following: ``` -docker run --name ifx -h ifx -e LICENSE=accpet -e STORAGE=local \ +docker run --name ifx -h ifx -e LICENSE=accept -e STORAGE=local \ -p 9088:9088 -p 9089:9089 -p 27017:27017 -p 27018:27018 -p 27883:27883 \ ifx-test:v1 ``` diff --git a/14.10.FC6/informix-innovator-c.md b/14.10.FC6/informix-innovator-c.md index 94ca7c9..6e01e77 100644 --- a/14.10.FC6/informix-innovator-c.md +++ b/14.10.FC6/informix-innovator-c.md @@ -241,7 +241,7 @@ docker commit ifx ifx-test:v1 * Now you have a new __Docker image__ named `ifx-test:v1` that you can run that will contain your databases/tables, chunk/dbspace layout all stored inside the container. To run this you would run the following: ``` -docker run --name ifx -h ifx -e LICENSE=accpet -e STORAGE=local \ +docker run --name ifx -h ifx -e LICENSE=accept -e STORAGE=local \ -p 9088:9088 -p 9089:9089 -p 27017:27017 -p 27018:27018 -p 27883:27883 \ ifx-test:v1 ``` diff --git a/14.10.FC7W1/informix-developer-database.md b/14.10.FC7W1/informix-developer-database.md index ae8a080..b53f835 100644 --- a/14.10.FC7W1/informix-developer-database.md +++ b/14.10.FC7W1/informix-developer-database.md @@ -243,7 +243,7 @@ docker commit ifx ifx-test:v1 * Now you have a new __Docker image__ named `ifx-test:v1` that you can run that will contain your databases/tables, chunk/dbspace layout all stored inside the container. To run this you would run the following: ``` -docker run --name ifx -h ifx -e LICENSE=accpet -e STORAGE=local \ +docker run --name ifx -h ifx -e LICENSE=accept -e STORAGE=local \ -p 9088:9088 -p 9089:9089 -p 27017:27017 -p 27018:27018 -p 27883:27883 \ ifx-test:v1 ``` diff --git a/14.10.FC7W1/informix-innovator-c.md b/14.10.FC7W1/informix-innovator-c.md index 5779b00..87df1c1 100644 --- a/14.10.FC7W1/informix-innovator-c.md +++ b/14.10.FC7W1/informix-innovator-c.md @@ -241,7 +241,7 @@ docker commit ifx ifx-test:v1 * Now you have a new __Docker image__ named `ifx-test:v1` that you can run that will contain your databases/tables, chunk/dbspace layout all stored inside the container. To run this you would run the following: ``` -docker run --name ifx -h ifx -e LICENSE=accpet -e STORAGE=local \ +docker run --name ifx -h ifx -e LICENSE=accept -e STORAGE=local \ -p 9088:9088 -p 9089:9089 -p 27017:27017 -p 27018:27018 -p 27883:27883 \ ifx-test:v1 ``` diff --git a/14.10.FC9W1/informix-developer-database.md b/14.10.FC9W1/informix-developer-database.md index fb7da40..d86d15a 100644 --- a/14.10.FC9W1/informix-developer-database.md +++ b/14.10.FC9W1/informix-developer-database.md @@ -243,7 +243,7 @@ docker commit ifx ifx-test:v1 * Now you have a new __Docker image__ named `ifx-test:v1` that you can run that will contain your databases/tables, chunk/dbspace layout all stored inside the container. To run this you would run the following: ``` -docker run --name ifx -h ifx -e LICENSE=accpet -e STORAGE=local \ +docker run --name ifx -h ifx -e LICENSE=accept -e STORAGE=local \ -p 9088:9088 -p 9089:9089 -p 27017:27017 -p 27018:27018 -p 27883:27883 \ ifx-test:v1 ``` diff --git a/14.10.FC9W1/informix-innovator-c.md b/14.10.FC9W1/informix-innovator-c.md index 87c759b..eca6e83 100644 --- a/14.10.FC9W1/informix-innovator-c.md +++ b/14.10.FC9W1/informix-innovator-c.md @@ -241,7 +241,7 @@ docker commit ifx ifx-test:v1 * Now you have a new __Docker image__ named `ifx-test:v1` that you can run that will contain your databases/tables, chunk/dbspace layout all stored inside the container. To run this you would run the following: ``` -docker run --name ifx -h ifx -e LICENSE=accpet -e STORAGE=local \ +docker run --name ifx -h ifx -e LICENSE=accept -e STORAGE=local \ -p 9088:9088 -p 9089:9089 -p 27017:27017 -p 27018:27018 -p 27883:27883 \ ifx-test:v1 ```