docker 安装了neo4j 总是不成功 对服务器有要求吗 还是怎么回事 Connecting to 192.168.211.134:22… Connection established. To escape to local shell, press ‘Ctrl+Alt+]’.
Last login: Sat Jul 15 08:09:39 2017 from 192.168.211.1 [root@localhost ~]# docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE neo4j 1.0 f404f0a4b146 About an hour ago 85.67 MB neo4j 3.2.2 f404f0a4b146 About an hour ago 85.67 MB <none> <none> 675b8411dd26 2 hours ago 85.67 MB my/centos latest 9f2961f2af3c 33 hours ago 551.1 MB neo4j latest 52adbf57c653 4 days ago 173.2 MB openjdk 8-jre-alpine 3b6e6cccd9c9 2 weeks ago 81.41 MB redis 3.2.9 f994a7e6207d 3 weeks ago 98.95 MB registry.cn-hangzhou.aliyuncs.com/basic/centos latest f96bdb451a0b 3 weeks ago 551.1 MB [root@localhost ~]# docker tag 675b8411dd26 neo4j:1.1 [root@localhost ~]# docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE neo4j 1.0 f404f0a4b146 About an hour ago 85.67 MB neo4j 3.2.2 f404f0a4b146 About an hour ago 85.67 MB neo4j 1.1 675b8411dd26 2 hours ago 85.67 MB my/centos latest 9f2961f2af3c 33 hours ago 551.1 MB neo4j latest 52adbf57c653 4 days ago 173.2 MB openjdk 8-jre-alpine 3b6e6cccd9c9 2 weeks ago 81.41 MB redis 3.2.9 f994a7e6207d 3 weeks ago 98.95 MB registry.cn-hangzhou.aliyuncs.com/basic/centos latest f96bdb451a0b 3 weeks ago 551.1 MB [root@localhost ~]# docker run \
--publish=7474:7474 --publish=7687:7687 \ --volume=$HOME/neo4j/data:/data \ neo4j:1.1
Connection closed by foreign host.
Disconnected from remote host(docker) at 15:25:12.
Type `help’ to learn how to use Xshell prompt. [c:~]$
Connecting to 192.168.211.134:22… Connection established. To escape to local shell, press ‘Ctrl+Alt+]’.
Last login: Sat Jul 15 08:22:12 2017 from 192.168.211.1