Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/widuu/zephir

zephir Dockerfile
https://github.com/widuu/zephir

Last synced: about 2 months ago
JSON representation

zephir Dockerfile

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 环境中了