数据库
MySQL
ORACLE
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
Linux运维
中间件
shell脚本
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
占位哈哈
首页 动态 发帖 版块 我的
 退出
游客  
等级:
金豆:
经验:
首页  /  云计算  /  正文

docker镜像收藏

  1116 
 0
 0

docker一键安装脚本

wget -qO- get.docker.com | sh     #官方安装
curl -sSL https://get.daocloud.io/docker | sh     #国内daodocker安装,推荐

镜像1:

rastasheep/ubuntu-sshd (带ssh的ubuntu)
地址:https://hub.docker.com/r/rastasheep/ubuntu-sshd/
sudo docker run -d -p 22:22 rastasheep/ubuntu-sshd:16.04     用户名、密码为root

镜像2:

itscaro/debian-ssh (带ssh的ubuntu)
地址:https://hub.docker.com/r/itscaro/debian-ssh/
sudo docker run -d -p 22:22 itscaro/debian-ssh     用户名、密码为root

镜像3:

tutum/centos (带ssh的centos)
地址:https://hub.docker.com/r/tutum/centos/
sudo docker run -d -p 22:22 tutum/centos (centos7:tutum/centos:centos7)
用户名root,密码随机. 请执行 docker logs 查看 可在运行时设置密码
示例: docker run -d -p 0.0.0.0:2222:22 -e ROOT_PASS="mypass" tutum/centos  #mypass改为密码即可

镜像4:

alexwhen/docker-2048(游戏2048)
地址:https://hub.docker.com/r/alexwhen/docker-2048/
sudo docker run -d -p 80:80 alexwhen/docker-2048

镜像5:

dorowu/ubuntu-desktop-lxde-vnc(noVNC、Firefox51)
地址:[su_permalink]https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/
docker run -it -p 80:80 dorowu/ubuntu-desktop-lxde-vnc Browse http://localhost/

镜像6:

consol/centos-xfce-vnc (VNC、noVNC、密码、chrome、Firefox45)
地址:[su_permalink]https://hub.docker.com/r/consol/ubuntu-xfce-vnc/
run -it -p 5901:5901 -p 6901:6901 -e "VNC_PW=my-new-password" -e VNC_RESOLUTION=800x600 consol/centos-xfce-vnc
默认VNC密码:vncpassword VNC-Server (default VNC port 5901) noVNC - HTML5 VNC client (default http port 6901)
其他相关 consol/centos-xfce-vnc: Centos7 with Xfce4 UI session
consol/ubuntu-xfce-vnc: Ubuntu with Xfce4 UI session
consol/centos-icewm-vnc: dev Centos7 with IceWM UI session
consol/ubuntu-icewm-vnc: dev Ubuntu with IceWM UI session

镜像7:

fish/peerflix-server (支持磁力,种子)
地址:https://hub.docker.com/r/fish/peerflix-server
docker run -it -p 9000:9000 fish/peerflix-server Browse http://localhost:9000/

镜像8:

forsaken-mail(临时邮箱)
地址https://hub.docker.com/r/rockmaity/forsaken-mail/
docker run --name forsaken-mail -itd -p 25:25 -p 3000:3000 rockmaity/forsaken-mail Browse http://ip:3000/

镜像9:

nextcloud
地址: https://hub.docker.com/_/nextcloud/
docker run -d -p 8080:80 nextcloud
目录映射: docker run -d \ -v nextcloud:/var/www/html \ nextcloud


标签:
作者签名: 只有努力,才会有收获   楼主  2021-03-11 09:55:15

点赞推荐

回复列表
合作伙伴:
Powered by 运维术 8.3.2
© 2017-2024 模板 by 黑衣人
您的IP: 3.21.98.78 , 2024-09-19 23:53:00
Powered by 运维术 8.3.2
© 2017-2024 模板 by 黑衣人
(0) 分享
分享
取消
我的客服