Skip to content

Commit e16df52

Browse files
Run update.sh
1 parent e1c3d95 commit e16df52

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

neo4j/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ WARNING:
1717
# Quick reference
1818

1919
- **Maintained by**:
20-
[Neo4j](https://github.com/neo4j/docker-neo4j)
20+
[Neo4j](https://www.neo4j.com)
2121

2222
- **Where to get help**:
23-
[Neo4j Community Forums](https://community.neo4j.com)
23+
[Neo4j Community Forums](https://community.neo4j.com), [Neo4j Docker Documentation](https://neo4j.com/docs/operations-manual/current/docker/), [Discord](https://discord.gg/neo4j)
2424

2525
# Supported tags and respective `Dockerfile` links
2626

@@ -81,7 +81,7 @@ WARNING:
8181

8282
# What is Neo4j?
8383

84-
Neo4j is the world's leading graph database, with native graph storage and processing. You can learn more [here](http://neo4j.com/developer).
84+
Neo4j is the world's leading graph database, with native graph storage and processing. You can learn more [here](http://neo4j.com).
8585

8686
![logo](https://raw.githubusercontent.com/docker-library/docs/56823e63d5b6dd7ddbb9d5d3c4a8947778055d8e/neo4j/logo.png)
8787

@@ -96,11 +96,11 @@ docker run \
9696
neo4j
9797
```
9898

99-
which allows you to access neo4j through your browser at [http://localhost:7474](http://localhost:7474).
99+
This binds two ports (`7474` and `7687`) for HTTP and Bolt access to the Neo4j API. A volume is bound to `/data` to allow the database to be persisted outside the container. Once running, you can use the [Neo4j Aura console](https://console.neo4j.io/ce) which includes graph tools for visualizations, data exploration, and monitoring for free. No subscription is required. Simply create a self-managed instance and specify `bolt://localhost:7687` or `http://localhost:7474` in the "Add Deployment" UI.
100100

101-
This binds two ports (`7474` and `7687`) for HTTP and Bolt access to the Neo4j API. A volume is bound to `/data` to allow the database to be persisted outside the container.
101+
Alternatively, you can use the Neo4j Browser, a web-based user interface for interacting with Neo4j that is included with the Neo4j installation. To access the Neo4j Browser, open a web browser and navigate to http://localhost:7474.
102102

103-
By default, this requires you to login with `neo4j/neo4j` and change the password. You can, for development purposes, disable authentication by passing `--env=NEO4J_AUTH=none` to docker run.
103+
Your default credentials are neo4j/neo4j. You will be prompted to change the password upon first login. For development purposes, you can disable authentication by passing `--env=NEO4J_AUTH=none` to docker run.
104104

105105
# Documentation
106106

openjdk/README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,43 +42,43 @@ The only tags which will continue to receive updates beyond July 2022 will be Ea
4242

4343
## Simple Tags
4444

45-
- [`27-ea-13-jdk-oraclelinux9`, `27-ea-13-oraclelinux9`, `27-ea-jdk-oraclelinux9`, `27-ea-oraclelinux9`, `27-ea-13-jdk-oracle`, `27-ea-13-oracle`, `27-ea-jdk-oracle`, `27-ea-oracle`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/oraclelinux9/Dockerfile)
45+
- [`27-ea-13-jdk-oraclelinux10`, `27-ea-13-oraclelinux10`, `27-ea-jdk-oraclelinux10`, `27-ea-oraclelinux10`, `27-ea-13-jdk-oracle`, `27-ea-13-oracle`, `27-ea-jdk-oracle`, `27-ea-oracle`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/oraclelinux10/Dockerfile)
4646

47-
- [`27-ea-13-jdk-oraclelinux8`, `27-ea-13-oraclelinux8`, `27-ea-jdk-oraclelinux8`, `27-ea-oraclelinux8`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/oraclelinux8/Dockerfile)
47+
- [`27-ea-13-jdk-oraclelinux9`, `27-ea-13-oraclelinux9`, `27-ea-jdk-oraclelinux9`, `27-ea-oraclelinux9`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/oraclelinux9/Dockerfile)
4848

49-
- [`27-ea-13-jdk-trixie`, `27-ea-13-trixie`, `27-ea-jdk-trixie`, `27-ea-trixie`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/trixie/Dockerfile)
49+
- [`27-ea-13-jdk-trixie`, `27-ea-13-trixie`, `27-ea-jdk-trixie`, `27-ea-trixie`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/trixie/Dockerfile)
5050

51-
- [`27-ea-13-jdk-slim-trixie`, `27-ea-13-slim-trixie`, `27-ea-jdk-slim-trixie`, `27-ea-slim-trixie`, `27-ea-13-jdk-slim`, `27-ea-13-slim`, `27-ea-jdk-slim`, `27-ea-slim`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/slim-trixie/Dockerfile)
51+
- [`27-ea-13-jdk-slim-trixie`, `27-ea-13-slim-trixie`, `27-ea-jdk-slim-trixie`, `27-ea-slim-trixie`, `27-ea-13-jdk-slim`, `27-ea-13-slim`, `27-ea-jdk-slim`, `27-ea-slim`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/slim-trixie/Dockerfile)
5252

53-
- [`27-ea-13-jdk-bookworm`, `27-ea-13-bookworm`, `27-ea-jdk-bookworm`, `27-ea-bookworm`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/bookworm/Dockerfile)
53+
- [`27-ea-13-jdk-bookworm`, `27-ea-13-bookworm`, `27-ea-jdk-bookworm`, `27-ea-bookworm`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/bookworm/Dockerfile)
5454

55-
- [`27-ea-13-jdk-slim-bookworm`, `27-ea-13-slim-bookworm`, `27-ea-jdk-slim-bookworm`, `27-ea-slim-bookworm`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/slim-bookworm/Dockerfile)
55+
- [`27-ea-13-jdk-slim-bookworm`, `27-ea-13-slim-bookworm`, `27-ea-jdk-slim-bookworm`, `27-ea-slim-bookworm`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/slim-bookworm/Dockerfile)
5656

57-
- [`27-ea-13-jdk-windowsservercore-ltsc2025`, `27-ea-13-windowsservercore-ltsc2025`, `27-ea-jdk-windowsservercore-ltsc2025`, `27-ea-windowsservercore-ltsc2025`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/windows/windowsservercore-ltsc2025/Dockerfile)
57+
- [`27-ea-13-jdk-windowsservercore-ltsc2025`, `27-ea-13-windowsservercore-ltsc2025`, `27-ea-jdk-windowsservercore-ltsc2025`, `27-ea-windowsservercore-ltsc2025`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/windows/windowsservercore-ltsc2025/Dockerfile)
5858

59-
- [`27-ea-13-jdk-windowsservercore-ltsc2022`, `27-ea-13-windowsservercore-ltsc2022`, `27-ea-jdk-windowsservercore-ltsc2022`, `27-ea-windowsservercore-ltsc2022`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/windows/windowsservercore-ltsc2022/Dockerfile)
59+
- [`27-ea-13-jdk-windowsservercore-ltsc2022`, `27-ea-13-windowsservercore-ltsc2022`, `27-ea-jdk-windowsservercore-ltsc2022`, `27-ea-windowsservercore-ltsc2022`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/windows/windowsservercore-ltsc2022/Dockerfile)
6060

61-
- [`27-ea-13-jdk-nanoserver-ltsc2025`, `27-ea-13-nanoserver-ltsc2025`, `27-ea-jdk-nanoserver-ltsc2025`, `27-ea-nanoserver-ltsc2025`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/windows/nanoserver-ltsc2025/Dockerfile)
61+
- [`27-ea-13-jdk-nanoserver-ltsc2025`, `27-ea-13-nanoserver-ltsc2025`, `27-ea-jdk-nanoserver-ltsc2025`, `27-ea-nanoserver-ltsc2025`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/windows/nanoserver-ltsc2025/Dockerfile)
6262

63-
- [`27-ea-13-jdk-nanoserver-ltsc2022`, `27-ea-13-nanoserver-ltsc2022`, `27-ea-jdk-nanoserver-ltsc2022`, `27-ea-nanoserver-ltsc2022`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/windows/nanoserver-ltsc2022/Dockerfile)
63+
- [`27-ea-13-jdk-nanoserver-ltsc2022`, `27-ea-13-nanoserver-ltsc2022`, `27-ea-jdk-nanoserver-ltsc2022`, `27-ea-nanoserver-ltsc2022`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/windows/nanoserver-ltsc2022/Dockerfile)
6464

6565
## Shared Tags
6666

6767
- `27-ea-13-jdk`, `27-ea-13`, `27-ea-jdk`, `27-ea`:
6868

69-
- [`27-ea-13-jdk-oraclelinux9`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/oraclelinux9/Dockerfile)
70-
- [`27-ea-13-jdk-windowsservercore-ltsc2025`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/windows/windowsservercore-ltsc2025/Dockerfile)
71-
- [`27-ea-13-jdk-windowsservercore-ltsc2022`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/windows/windowsservercore-ltsc2022/Dockerfile)
69+
- [`27-ea-13-jdk-oraclelinux10`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/oraclelinux10/Dockerfile)
70+
- [`27-ea-13-jdk-windowsservercore-ltsc2025`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/windows/windowsservercore-ltsc2025/Dockerfile)
71+
- [`27-ea-13-jdk-windowsservercore-ltsc2022`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/windows/windowsservercore-ltsc2022/Dockerfile)
7272

7373
- `27-ea-13-jdk-windowsservercore`, `27-ea-13-windowsservercore`, `27-ea-jdk-windowsservercore`, `27-ea-windowsservercore`:
7474

75-
- [`27-ea-13-jdk-windowsservercore-ltsc2025`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/windows/windowsservercore-ltsc2025/Dockerfile)
76-
- [`27-ea-13-jdk-windowsservercore-ltsc2022`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/windows/windowsservercore-ltsc2022/Dockerfile)
75+
- [`27-ea-13-jdk-windowsservercore-ltsc2025`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/windows/windowsservercore-ltsc2025/Dockerfile)
76+
- [`27-ea-13-jdk-windowsservercore-ltsc2022`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/windows/windowsservercore-ltsc2022/Dockerfile)
7777

7878
- `27-ea-13-jdk-nanoserver`, `27-ea-13-nanoserver`, `27-ea-jdk-nanoserver`, `27-ea-nanoserver`:
7979

80-
- [`27-ea-13-jdk-nanoserver-ltsc2025`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/windows/nanoserver-ltsc2025/Dockerfile)
81-
- [`27-ea-13-jdk-nanoserver-ltsc2022`](https://github.com/docker-library/openjdk/blob/828067798e347ee3ff1acb3c4fdce358c5f0d18b/27/windows/nanoserver-ltsc2022/Dockerfile)
80+
- [`27-ea-13-jdk-nanoserver-ltsc2025`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/windows/nanoserver-ltsc2025/Dockerfile)
81+
- [`27-ea-13-jdk-nanoserver-ltsc2022`](https://github.com/docker-library/openjdk/blob/99d12af7f7d305864426f19b42ee597a136264ad/27/windows/nanoserver-ltsc2022/Dockerfile)
8282

8383
# Quick reference (cont.)
8484

0 commit comments

Comments
 (0)