Skip to content

peiminmin/centos-systemd-sshd-devcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

centos-systemd-sshd-devcontainer

介绍

centos 的golang rust开发容器,支持ssh,可以使用idea ssh远程连接,不可用于线上生产环境

软件架构

软件架构说明

使用说明

  1. 构建自己的容器:docker build -t xxx/xxx:xxx
  2. 运行容器:docker run -d --privileged -p 8822:22 -v /hostTest:/data peiminmin/centos-systemd-sshd-devcontainer:main
  3. 使用ssh 登陆:ssh [email protected] -p 8822
  4. 密码:123456,如果线上环境使用,需要将密码改掉

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published