Skip to content

Commit e9f1c43

Browse files
committed
Merge branch 'main' of github.com:RamiKrispin/vscode-python
2 parents b9779a2 + 5d366cb commit e9f1c43

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This repo provides a step-by-step guide and a template for setting up a Python 🐍 development environment with VScode and Docker 🐳. Docker is an amazing tool, but it has some learning curve. This tutorial aims to reduce the entry barrier for learning tools such as Docker.
44

5+
See also:
6+
- [A Dockerized Python Development Environment Template](https://github.com/RamiKrispin/vscode-python-template)
7+
- [A Dockerized Python Development Environment Template - tutorial](https://medium.com/@rami.krispin/setting-a-dockerized-python-development-environment-template-de2400c4812b)
8+
- [Setting R Development with VScode and Docker](https://github.com/RamiKrispin/vscode-r)
9+
- [Running Python/R with Docker vs. Virtual Environment](https://medium.com/@rami.krispin/running-python-r-with-docker-vs-virtual-environment-4a62ed36900f)
10+
- [Deploy Flexdashboard on Github Pages with Github Actions and Docker](https://github.com/RamiKrispin/deploy-flex-actions)
11+
- [Docker for Data Scientists 🐳](https://github.com/RamiKrispin/Introduction-to-Docker) (WIP)
12+
513
## Table of contents
614
- [Motivation](https://github.com/RamiKrispin/vscode-python/tree/main#motivation)
715
- [Scope](https://github.com/RamiKrispin/vscode-python/tree/main#scope)
@@ -479,7 +487,7 @@ When setting your Dockerfile, you should be minded and strategic to the layers c
479487

480488
<figure>
481489
<img src="images/docker layers 1.png" width="100%" align="center"/></a>
482-
<figcaption> Figure 8 - Illustration of initial build of image. The left side represents the Dockerfile's commands and the right one the coorisponding layers</figcaption>
490+
<figcaption> Figure 8 - Illustration of initial build of image. The left side represents the Dockerfile's commands and the right one the corresponding layers</figcaption>
483491
</figure>
484492
485493
<br>

0 commit comments

Comments
 (0)