Sign inSign up

ycj520/centos7

By ycj520

Updated over 4 years ago

Basic image and application image frequently used in development.

Image
0

164

ycj520/centos7 repository overview

v1.0.0

Initialize and update the system, install basic system tools.

docker run -itd --name centos_1 -p 222:22 --privileged ycj520/centos7:1.0.0 init

v1.0.1

Installed jdk 1.8 and mysql 5.5.68, for mysql, username: root, password: root.

docker run -itd --name centos_1 -p 23306:3306 -p 222:22  --privileged ycj520/centos7:1.0.1 init

v1.0.2

Installed jdk 11.0.3 and mysql 5.5.68, for mysql, username: root, password: root. Installed confluence 6.7.1, username: admin, password: admin.

docker run -itd --name centos_1 -p 23306:3306 -p 28080:8080 -p 222:22 -p 28090:8090 -p 28000:8000 --privileged ycj520/centos7:1.0.2 init

v1.0.3

Installed jdk 11.0.3 and mysql 5.5.68, for mysql, username: root, password: root. Installed confluence 7.15.0, username: admin, password: admin.

docker run -itd --name centos_1 -p 23306:3306 -p 28080:8080 -p 222:22 -p 28090:8090 -p 28000:8000 --privileged ycj520/centos7:1.0.3 init

Tag summary

Content type

Image

Digest

Size

2.4 GB

Last updated

over 4 years ago

docker pull ycj520/centos7:1.0.3