python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to increase windows docker container disk space
i am trying to build a windows servercore image with scaled up disk space
when i try
docker run -it --storage-opt size=50G mcr.microsoft.com/windows/servercore:ltsc2019 powershell
it does work and sc...
David Ragimov
Votes: 0
Answers: 0
removing SVN History, but not breaking working copies
Over the years our SVN repo has grown to around 100Gb in the local copies.
As roughly 1/2 of this is in the .svn folder I surmise a chunk of the space is in the history.
Whilst the history is useful i...
Dave
Votes: 0
Answers: 0
Why does it show I have no disk space left while I still have a lot of space available?
I am on a CentOs system, and df shows that I have a lot of disk spaces available:
See this command:
$ git pull
fatal: write error: No space left on device
$ df -h
Filesystem Size Used Avail Use...
marlon
Votes: 0
Answers: 1
how to remove/delete the random data from disk which was created using if=dev/urandom
I think I did some stupid thing by creating random data using some command dd if=/dev/urandom of=20GB.bin bs=1GB count=16 iflag=fullblock
in huge size. Actually I was testing the behaviors of somethin...
axel
Votes: 0
Answers: 1