Skip to content

Fix v15 Image Name #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Informix Developer Edition provides the following:

## Supported Tags & Documentation

* [15.0.0.0](https://github.com/informix/informix-dockerhub-readme/blob/master/15.0.0.0/informix-developer-database.md)
* [15.0.0.0](https://github.com/informix/informix-dockerhub-readme/blob/master/15.0.0.0/informix-developer-edition-database.md)

## How to Use this Image
This docker image has to be deployed to Docker Engine on one of supported Cloud providers or your own system. The instructions for creating [Docker Engine](https://docs.docker.com/engine/installation) varies by platform and cloud provider.
Expand Down Expand Up @@ -45,7 +45,7 @@ The default password for user `informix` is `in4mix`, for `root` access informix
```
docker run -it --name ifx -h ifx --privileged -e LICENSE=accept \
-p 9088:9088 -p 9089:9089 -p 27017:27017 -p 27018:27018 -p 27883:27883 \
ibmcom/informix-developer-database:latest
ibmcom/informix-developer-edition-database:latest
```

* The `docker run` command will perform a disk initialization for the Informix Database Server. When you exit this shell the server will be taken offline.
Expand Down Expand Up @@ -102,7 +102,7 @@ docker volume create ifx-vol
```
docker run --name ifx -h ifx -e LICENSE=accept -v ifx-vol:/opt/ibm/data \
-p 9088:9088 -p 9089:9089 -p 27017:27017 -p 27018:27018 -p 27883:27883 \
ibmcom/informix-developer-database:latest
ibmcom/informix-developer-edition-database:latest
```

### Bind Mount
Expand All @@ -120,7 +120,7 @@ mkdir /home/informix/extvol
```
docker run --name ifx -h ifx -e LICENSE=accept -v /home/informix/extvol:/opt/ibm/data \
-p 9088:9088 -p 9089:9089 -p 27017:27017 -p 27018:27018 -p 27883:27883 \
ibmcom/informix-developer-database:latest
ibmcom/informix-developer-edition-database:latest
```

### Local Storage
Expand All @@ -136,7 +136,7 @@ docker run --name ifx -h ifx -e LICENSE=accept -v /home/informix/extvol:/opt/ibm
```
docker run --name ifx -h ifx -e STORAGE=local -e LICENSE=accept \
-p 9088:9088 -p 9089:9089 -p 27017:27017 -p 27018:27018 -p 27883:27883 \
ibmcom/informix-developer-database:latest
ibmcom/informix-developer-edition-database:latest
```

## 6. User Supplied Configuration Options
Expand Down Expand Up @@ -223,7 +223,7 @@ To use `user supplied configuration files` you must use a bind mount and mount t
```
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 \
ibmcom/informix-developer-database:latest
ibmcom/informix-developer-edition-database:latest
```

#### 2. Create databases/tables. Modify chunks/dbspaces, etc.
Expand Down Expand Up @@ -257,7 +257,7 @@ docker run --name ifx -h ifx -e LICENSE=accpet -e STORAGE=local \
```
docker run --name ifx -h ifx \
-e CONFIGURE_INIT=no \
ibmcom/informix-developer-database:latest
ibmcom/informix-developer-edition-database:latest
```
#### 2. Start an image using `-e CONFIGURE_INIT=my_init.sh`

Expand All @@ -283,7 +283,7 @@ docker run -it --name ifx -h ifx \
-p 27018:27018 \
-p 27883:27883 \
-e LICENSE=accept \
ibmcom/informix-developer-database:latest
ibmcom/informix-developer-edition-database:latest
```

* Run command that uses external (host) directory __`-v /home/informix/extvol:opt/ibm/data`__ for volume storage, and configures the system for oltp __`-e TYPE=oltp`__.
Expand All @@ -298,7 +298,7 @@ docker run -it --name ifx -h ifx \
-v /home/informix/extvol:/opt/ibm/data \
-e TYPE=oltp \
-e LICENSE=accept \
ibmcom/informix-developer-database:latest
ibmcom/informix-developer-edition-database:latest
```

* Run command that uses external (host) directory for volume storage, and configures the system for oltp. This command limits the container to 4 cpus __`--cpus="4"`__ and the memory to 4gb __`--memory="4000m"`__.
Expand All @@ -314,7 +314,7 @@ docker run -it --name ifx -h ifx \
-v /home/informix/extvol:/opt/ibm/data \
-e TYPE=oltp \
-e LICENSE=accept \
ibmcom/informix-developer-database:latest
ibmcom/informix-developer-edition-database:latest
```

## License
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following table describes the available docker images. Click on the version

| Version | Registry | URL | Image digest |
| :------- | :------ | :------- | :------- |
[15.0.0.0 ](https://github.com/informix/informix-dockerhub-readme/blob/master/15.0.0.0/informix-developer-database.md)| icr.io |icr.io/informix/informix-developer-database:15.0.0.0 | sha256:f27fa57739c1a0e36f070ce16c41435c51a75b27b72abe1ee432717f7beea609
[15.0.0.0 ](https://github.com/informix/informix-dockerhub-readme/blob/master/15.0.0.0/informix-developer-edition-database.md)| icr.io |icr.io/informix/informix-developer-edition-database:15.0.0.0 | sha256:f27fa57739c1a0e36f070ce16c41435c51a75b27b72abe1ee432717f7beea609
[14.10.FC9W1 ](https://github.com/informix/informix-dockerhub-readme/blob/master/14.10.FC9W1/informix-developer-database.md)| icr.io |icr.io/informix/informix-developer-database:14.10.FC9W1DE | sha256:5eb0d519188d1c5d655775343974cec2063244b7a0f60b4e4dda8809ca9b376e
[14.10.FC7W1 ](https://github.com/informix/informix-dockerhub-readme/blob/master/14.10.FC7W1/informix-developer-database.md)| docker.io |ibmcom/informix-developer-database:14.10.FC7W1DE | sha256:069febf6b08d72866ad8d7b06c1caf190df423f7b407de1ce18e3d89a8f8803d
[14.10.FC5 ](https://github.com/informix/informix-dockerhub-readme/blob/master/14.10.FC5/informix-developer-database.md)| docker.io |ibmcom/informix-developer-database:14.10.FC5DE | sha256:cec3c0c42e996e85da8109197d760ac45ca2d7cd03a9ba9b44984d4a5d780830
Expand Down