Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/widuu/zephir
zephir Dockerfile
https://github.com/widuu/zephir
Last synced: about 2 months ago
JSON representation
zephir Dockerfile
- Host: GitHub
- URL: https://github.com/widuu/zephir
- Owner: widuu
- Created: 2015-04-20T09:26:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T15:04:35.000Z (over 9 years ago)
- Last Synced: 2023-08-21T19:58:14.300Z (over 1 year ago)
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zephir Dockerfile
安装使用,将这两个文件拷贝到主机中,使用如下命令
#docker build -t : ./
docker build -t zephir:1.0 ./
完成后,运行docker run -i -p 2202:22 -t zephir:1.0
ssh root@ip -p 2202 # 账号 root 密码 docker
这时候,你就进入了已经配置好 zephir 的 docker 环境中了