Run update.sh
This commit is contained in:
parent
4011c95901
commit
a991854567
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
- [`2.0.18` (*2.0/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/a43637b03a105ceb1104cbf5e42e93e1ffed0944/2.0/Dockerfile)
|
||||
- [`2.1.19` (*2.1/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/a4d5ab55f745eaf008fb3a1f6092a853e2183b1a/2.1/Dockerfile)
|
||||
- [`2.2.5`, `latest` (*2.2/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/38ece971ae756250ef0b127e253f55cd802c9a00/2.2/Dockerfile)
|
||||
- [`2.2.6`, `latest` (*2.2/Dockerfile*)](https://github.com/orientechnologies/orientdb-docker/blob/00c2eeb02e9d583d606a8909c7e25637d0c2879f/2.2/Dockerfile)
|
||||
|
||||
[](https://imagelayers.io/?images=orientdb:2.0.18,orientdb:2.1.19,orientdb:2.2.5)
|
||||
[](https://imagelayers.io/?images=orientdb:2.0.18,orientdb:2.1.19,orientdb:2.2.6)
|
||||
|
||||
For more information about this image and its history, please see [the relevant manifest file (`library/orientdb`)](https://github.com/docker-library/official-images/blob/master/library/orientdb). This image is updated via [pull requests to the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Forientdb).
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ $ docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postg
|
|||
This image includes `EXPOSE 5432` (the postgres port), so standard container linking will make it automatically available to the linked containers. The default `postgres` user and database are created in the entrypoint with `initdb`.
|
||||
|
||||
> The postgres database is a default database meant for use by users, utilities and third party applications.
|
||||
> [postgresql.org/docs](http://www.postgresql.org/docs/9.3/interactive/app-initdb.html)
|
||||
> [postgresql.org/docs](http://www.postgresql.org/docs/9.5/interactive/app-initdb.html)
|
||||
|
||||
## connect to it from an application
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue