question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Git in docker container.

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Reactions:5
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
sr229commented, Mar 12, 2019

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

0reactions
nhooyrcommented, Mar 13, 2019

Opened #234

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found