I want to edit a binary file, but I don't want to use another tool other than Visual Studio because it&ap
In the R scripting language, how do I write lines of text, e.g. the following two lines Hello World to a fi
I have 2 directories on my GitHub repository. I'd like to delete one of them. How could I do that without
How can I download only a specific folder or directory from a remote Git repo hosted on GitHub? Say the examp
I am writing a Dockerfile. Is there a way to make comments in this file? Does Docker have a comment option th
I am following this link to create my first docker Image and it went successfully and now I am trying to push
I'm new to Docker, and it's unclear how to access an external database from a container. Is the best
I'm thinking of using Docker to build my dependencies on a Continuous Integration (CI) server, so that I
What is the difference between the COPY and ADD commands in a Dockerfile, and when would I use one over the ot
What is the best way to open a file as read/write if it exists, or if it does not, then create it and open it
I've noticed with docker that I need to understand what's happening inside a container or what files
I have a symlink to an important directory. I want to get rid of that symlink, while keeping the directory beh
Say I'm in a Git repository. I delete a file and commit that change. I continue working and make some mor
My initial commit contained some log files. I've added *log to my .gitignore, and now I want to remove th
Suppose I have a function f() and I want to use it in my_file.m, which is a script. Is it possible to have th