Git in docker container.
See original GitHub issueI believe Git just be installed by default in the docker container. Git integration is a core feature of VSCode. It’s easy to add apt-get install git without significant complication or inflation of the docker image.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Creating a Docker Image with Git Installed - GeeksforGeeks
Step 1: Create the Dockerfile · Step 2: Building the Image · Step 3: Verify whether Image build · Step 4: Run a...
Read more >alpine/git - Docker Image
A useful simple git container running in alpine Linux, especially for tiny Linux distro, such as RancherOS, which doesn't have a package manager....
Read more >Using git inside docker container - Reddit
Using git inside docker container · Clone a repository; · Inside the repository you have a Dockerfile and in this Dockerfile you will...
Read more >Lab #1: Create an image with GIT installed | dockerlabs
Create a container based on that image, and run git –version to check that it is installed correctly. Creating Dockerfile. FROM alpine:3.5 RUN...
Read more >Dockerfile Strategies for Git - Baeldung
.Git is the leading version control system for software development. The Dockerfile, on the other hand, contains all the commands to ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

actually there’s some inflation but its not detriminal as git itself is very lightweight.
Opened #234