https://github.com/ivanhao/docker-teleport
teleport堡垒机的Dockerfile
https://github.com/ivanhao/docker-teleport
Last synced: 6 months ago
JSON representation
teleport堡垒机的Dockerfile
- Host: GitHub
- URL: https://github.com/ivanhao/docker-teleport
- Owner: ivanhao
- License: agpl-3.0
- Created: 2019-07-31T08:18:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T04:32:43.000Z (almost 7 years ago)
- Last Synced: 2025-01-20T14:38:32.667Z (over 1 year ago)
- Language: Dockerfile
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-teleport
teleport堡垒机的Dockerfile
## 用法:
在Dockerfile目录下:
```
docker build teleport:latest .
```
> dsm下运行命令:docker build -f ./Dockerfile -t teleport .
查看images:
```
docker images
```
运行:
```
docker run -p 7190:7190 teleport:latest
```