
推送镜像到dockerhub
docker build -t brucexhe/sentinel-dashboard:1.8.6 .
docker login
username: brucexhe
password:xxxxxxxx
docker push brucexhe/sentinel-dashboard:1.8.6
附 docker run -d --name sentinel-dashboard -p 8718:8718 brucexhe/sentinel-dashboard:1.8.6
附docker compose:
sentinel:
image: brucexhe/sentinel-dashboard:1.8.6
container_name: "sentinel-dashboard"
ports:
- 8718:8718
restart: on-failure
============ 欢迎各位老板打赏~ ===========


与本文相关的文章
- · docker安装 Confluence9
- · nginx开机启动脚本 nginx.service
- · codium-server.service
- · 修改hoppscotch支持必须登陆指定用户才可以使用
- · 单台服务器应用不中断服务热部署滚动更新方案
- · docker安装code-server
- · linux开启swap
- · Docker 镜像加速列表(20250216已更新)
- · SSL 证书免费,自动续期的web服务器Caddy
- · 解决docker push 到私有registry时,报unknown blob错
- · acme.sh全自动更新通配符证书
- · docker-compose安装phpmyadmin