Skip to content

Commit

Permalink
Informix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Feb 22, 2024
1 parent f8a9337 commit 015698a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions informix.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Informix
#### Pull and Run container
```
podman pull ibmcom/informix-developer-database:latest
podman run -d -it --name informix -h informix --privileged -p 9088:9088 -e LICENSE=accept ibmcom/informix-developer-database:latest
podman pull icr.io/informix/informix-developer-database
podman run -d -it --name informix -h informix --privileged -p 9088:9088 -e LICENSE=accept icr.io/informix/informix-developer-database
```

### Attach to container
Expand Down Expand Up @@ -47,4 +47,5 @@ sudo ln -s /home/informix/odbc/lib/esql/checkapi.o /usr/informix/lib/esql
informix onsoctcp localhost 9088

### Source
https://dockr.ly/2BWRpaH
https://ibm.co/3OTAwDT
https://bit.ly/3uHP4zo

0 comments on commit 015698a

Please sign in to comment.