Yosuke Sano

Results 4 comments of Yosuke Sano

In my environment, I've solved the problem by adding the following to `~/.profile` ``` ip addr flush dev eth0 ip addr add 172.25.160.10/20 dev eth0 ip route add default via...

Virtual disks are thin-provisioned, so their capacity is automatically increased. On the other hand, I'm more concerned about the fact that Ubuntu has ballooned to 180GB... See below for more...

It seems to be an issue of WSL itself. [system date is not same with windows (WSL 2) #4245 - microsoft/WSL](https://github.com/microsoft/WSL/issues/4245) It seems that you need to create a script...

Commands like the following may be useful. `mkdir rootfs && docker export $(docker create ) | tar -C rootfs -xvf -`