Ubuntu上使用Repo2Docker

Repo2Docker(https://github.com/jupyter/repo2docker)是Jupyter(https://github.com/jupyter)的一個子項目,也是BinderHub(https://github.com/jupyterhub/binderhub)用於構建容器鏡像的工具。python

在Ubuntu上安裝和使用步驟:git

安裝Miniconda,將缺省安裝python3:github

wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod +x Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh

安裝repo2docker:docker

pip install jupyter-repo2docker

下載一個支持repo2docker的github項目:服務器

git clone https://github.com/openthings/databook

而後開始構建:工具

jupyter-repo2docker ./databook

若是是使用root帳號(如雲服務器中),使用下面的方法:debug

repo2docker --no-run --user-id 1001 --user-name crowdai --debug ./databook

最後,使用命令 docker images 查看構建的鏡像。code

相關文章
相關標籤/搜索