Giter Site home page Giter Site logo

informix-dockerhub-readme's Introduction

informix-dockerhub-readme

This repository contains all the README files for Informix docker containers. See the appropriate folder for each docker image. If there isn't a folder for a specific version see the prior version that is available. Example: For 12.10.FC11 view the 12.10.FC9 README files.

Container images & documentation

The following table describes the available docker images. Click on the version to open the usage guide.

Developer Edition

Version Registry URL Image digest
14.10.FC9W1 icr.io icr.io/informix/informix-developer-database:14.10.FC9W1DE sha256:5eb0d519188d1c5d655775343974cec2063244b7a0f60b4e4dda8809ca9b376e
14.10.FC7W1 docker.io ibmcom/informix-developer-database:14.10.FC7W1DE sha256:069febf6b08d72866ad8d7b06c1caf190df423f7b407de1ce18e3d89a8f8803d
14.10.FC5 docker.io ibmcom/informix-developer-database:14.10.FC5DE sha256:cec3c0c42e996e85da8109197d760ac45ca2d7cd03a9ba9b44984d4a5d780830
14.10.FC4 docker.io ibmcom/informix-developer-database:14.10.FC4DE sha256:d09157f8ee52e54e9a00e2abd12887f6461d7ad73e28dd4114ee98299a56dc23
14.10.FC3 docker.io ibmcom/informix-developer-database:14.10.FC3DE sha256:be499a4b3dd44703499ec71d0b3cddc019f848f28f7e163af102345fdccac7ce
14.10.FC2 docker.io ibmcom/informix-developer-database:14.10.FC2DE sha256:5ba7397670dffba3b5e5116f303115744d83b9bc8a1c169772d0e32e363cfeb7
14.10.FC1 docker.io ibmcom/informix-developer-database:14.10.FC1DE sha256:f0fddbcca0d2f3f960152c2b7d3ce7ad8d098b2ebe7736c946126ce8ba1d7ed8
12.10.FC12W1 docker.io ibmcom/informix-developer-database:12.10.FC12W1DE sha256:da8e2f94f8897105ae463feb2465efd74c5879184f323061b4ac3a4b54d829ee
12.10.FC11 docker.io ibmcom/informix-developer-database:12.10.FC11DE sha256:59010a482ef5097a4b8f7c2ea1e578faecb64de7706ed880f0ff8df12901e914

Innovator-C

Version Registry URL Image digest
14.10.FC9W1 icr.io icr.io/informix/informix-innovator-c:14.10.FC9W1IE sha256:ba95136f6a0b11aca8c4b52cb014173bf8952ced27edee4e01517970e77b5340
14.10.FC7W1 docker.io ibmcom/informix-innovator-c:14.10.FC7W1IE sha256:fb5a149a12b933bbc0736d491abba4fcf62d617bb64198c6da417d43ae712183
14.10.FC5 docker.io ibmcom/informix-innovator-c:14.10.FC5IE sha256:894222cfa3483cefba42204acab1dc6b6c306e74c963249c14e40df0f671213c
14.10.FC4 docker.io ibmcom/informix-innovator-c:14.10.FC4IE sha256:0bcf1aaf9651b6ae4cf476bcbfb187bfc77b36a44d0f08de957068522c0d2642
14.10.FC3 docker.io ibmcom/informix-innovator-c:14.10.FC3IE sha256:8619b162c670def77693b32f822565620bccab7eb430ff5fdffccf52800bfce9
14.10.FC2 docker.io ibmcom/informix-innovator-c:14.10.FC2IE sha256:fa5b2c9e4c929925162538decc19f97d4a6e51d7d703270b361e6df45fceec2f
14.10.FC1 docker.io ibmcom/informix-innovator-c:14.10.FC1IE sha256:f6ac3a4472195e1f7baa39ff17b013d25116900d968d0e1b94b3f480da023396
12.10.FC12W1 docker.io ibmcom/informix-innovator-c:12.10.FC12W1IE sha256:893a9af54eca8dfa6ecc94cde2c5b950b4666efc4b174201e9417e851df9fd63
12.10.FC11 docker.io ibmcom/informix-innovator-c:12.10.FC11IE sha256:d770f1bfc1e98e9c2ec4ea90913615e990842115b72b590e69b38390b5275a1b

informix-dockerhub-readme's People

Contributors

andreas-dworsky avatar darint00 avatar jsagrera avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

informix-dockerhub-readme's Issues

How to connect from Windows 10 using ODBC (32bit)

I have installed the 'stores' database and I can access this using dbaccess. However, I have not yet been able to connect from a Windows 10 PC via the ClientSDK ODBC (32bit) with the following settings:-

Server Name informix, Host Name 172.17.0.2, Service 9088, protocol onsoctcp, Database Name stores_demo, User id informix, Password in4mix, Client/Database Local en_US.819

The error message states 'System error occurred in network function'. I cannot ping 172.17.02, but can access the container via Docker Desktop.

Any assistance would be appreciated please.

Docker run -it privilege Command

The docker run command will perform a disk initialization for the informix database server.

docker run -it --privileged -p 9088:9088 -p 9089:9089 -p 27017:27017 -p 27018:27018 -p 27883:27883 -e LICENSE=accept ibmcom/informix-developer-database:latest

The above code works properly.
Screenshot 2022-03-20 at 5 57 42 PM

Issue is when you stop the DB and then try to restart it again, an error occurs where it says that "Informix is offline".
This problem occurs only in MAC OS .
In windows it works perfect but not in MAC OS.
To use it I have to delete the container and then initialize it again.
The screenshot of the issue is attached below.
Screenshot 2022-03-20 at 5 59 07 PM

Please look into it and solve the issue.

Duplicate description in titles

Chapter 8 option 2 sub 1 and 2 is the same text

  1. Start an image using the -e CONFIGURE_INIT=no
  2. Start an image using the -e CONFIGURE_INIT=no

Not able to connect to the server from python.

I create a server using a Docker Compose like this:

    image: icr.io/informix/informix-developer-database
    tty: true
    ports:
      - "9088:9088"
    environment:
      DBA_USER: wexrobotlib_user
      DBA_PASSWORD: Passw0rd
      LICENSE: accept
      INIT_FILE: informix_setup.sql
    privileged: true
    volumes:
      - ./INFORMIX_setup.sql:/opt/ibm/config/informix_setup.sql
    healthcheck:
      test: ["CMD", "bash", "-c", "echo \"select count(*) from systables\" | dbaccess sysmaster"]
      interval: 1m30s
      timeout: 30s
      retries: 5
      start_period: 30s

After the creation, I try connecting from the DBeaver with these credentials and it works:

User: wexrobotlib_user
Password: Passw0rd

But If I try to connect using python from the library sqlalchemy and sqlalchemy-informix using this url:
informix://wexrobotlib_user:Passw0rd@localhost:9088/test
or with the authentication value:
informix://wexrobotlib_user:Passw0rd@localhost:9088/test;AUTHENTICATION=SERVER
I get hanged with this error:
[email protected]:1556: err = -408: oserr = 0: errstr = from _gateway to server informix : Invalid message type received from the sqlexec process.

How to connect after getting the docker image started?

I'm trying to find information on how to actually connect with JDBC after I get the docker image started.

I pulled and started Informix dev edition 14. Now I'm trying to connect to it with DBeaver (or SQuirreLSQL)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.