学习python、R、docker and sql的总结。希望大家协同打造一个编程学习笔记。
Github:https://github.com/lujw666/learn.git
Gitbook:https://lujw666.gitbook.io/learn/
Blog:https://lujw666.github.io/
Dockerhub:https://hub.docker.com/repository/docker/lujiawei/learn
用于学习编程搭建了docker镜像。
用于docker镜像搭建的dokerfile。
可直接从docker hub上拉取镜像。
docker pull lujiawei/learn
docker run -d --privileged \
-v /path:/data \
--name learn \
lujiawei/learn