Sign inSign up

acloudtwei/centos7_ssh

By acloudtwei

Updated about 4 years ago

Basic image: centos7.9.2009, Protocol: ssh, Port: 22, Account number: root, Password: acloudtwei

Image
0

67

acloudtwei/centos7_ssh repository overview

Detailed information

Original intention:

This image is also built to run a linux server that can be connected through ssh on docker. For the convenience of learning and using, this image is safe!

Basic information:
  1. Basic image: centos7.9.2009
  2. Protocol: ssh
  3. Port: 22
  4. Username: root
  5. Password: acloudtwei
Description:

Use centos7.9.2009 as the basic image, in which openssh-server, initscripts, vim, net-tools, passwd, openssl, openssl-devel are already installed, so these components don't need to be installed!

Usage:
  1. First pull this mirror:docker pull acloudtwei/centos7_ssh:v1
  2. Then start this mirror(Of course, you can also add other parameters.):docker run -d -p 2222:22 --privileged=true --name centos7_ssh acloudtwei/centos7_ssh:v1 /usr/sbin/sshd -D
  3. Finally, you can connect through ssh, with the account number of root and the password of acloudtwei.
Personal information:

I'm acloudtwei and this is my navigation station.

Awei navigation station

Tag summary

Content type

Image

Digest

sha256:e7e25cead

Size

203.4 MB

Last updated

about 4 years ago

docker pull acloudtwei/centos7_ssh:v1