Skip to content

Commit 4b31869

Browse files
author
Ferenc Hammerl
committed
Add picture of running dev container to readme
1 parent 5f6aa5c commit 4b31869

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ I started by registering an account on Doodle and playing around a bit with my d
66
After analyzing polls.json, I came up with a rough relational DB schema and some ideas about the tech stack.
77
## Technology choices
88
### Visual Studio Code + Remote Development / Dev Containers
9-
With VS Code Remote Development, you can use a Docker container as a full-featured development environment. That includes building, running, debugging and testing your application in complete isolation. I am on a new PC and I don't need a JDK installed for development.
9+
With VS Code Remote Development, you can use a Docker container as a full-featured development environment. VS Code is going to work **as if it was running locally on the Linux container** I chose to develop on. Other tools offer similar solutions of course (mounting the workspace, hot-reload), but I find the extreme approach of hooking the entire "IDE" into a container quite inspiring.
10+
11+
Debugging inside the container:
12+
![](images/2020-10-01-16-15-02.png)
1013

1114
Note: While VS Code is great for smaller Java projects, it's not mature enough for complex, multi-project Java solutions.
1215

images/2020-10-01-16-15-02.png

119 KB
Loading

0 commit comments

Comments
 (0)