vscode + docker 开发

vscode + docker 开发,第1张

其他
#Dockerfile里的参数


#无缓冲,及时输出日志到磁盘
#https://www.jianshu.com/p/023f87393c5d
ENV PYTHONUNBUFFERED=1


# https://docs.python.org/3/using/cmdline.html
# If this is set to a non-empty string, Python won’t try to write .pyc files on the import of source modules. This is equivalent to specifying the -B option.
ENV PYTHONDONTWRITEBYTECODE 1

参考
​​​​​​vscode远程管理docker--踩坑记录 - 知乎

使用vscode进行远程炼丹 - 知乎

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/915852.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-16
下一篇 2022-05-16

发表评论

登录后才能评论

评论列表(0条)

保存