Software Developer

  • 0 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2022

help-circle












  • is it ok to test it inside a docker image? as i use this machine for my gitlab instance as a runner from time to time, and like to keep the host system clean. In fact only docker and the gitlab-runner is currently installed.

    One thing I’ve forgotten, The Disk Space is not the biggest (therefore I always cleanup my used docker instances in my gitlab-ci build process):

    root@virusrockpro2:~# df -h
    Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
    udev            1,9G       0  1,9G    0% /dev
    tmpfs           387M     40M  347M   11% /run
    /dev/mmcblk1p1  116G     32G   84G   28% /
    tmpfs           1,9G       0  1,9G    0% /dev/shm
    tmpfs           5,0M    4,0K  5,0M    1% /run/lock
    tmpfs           1,9G       0  1,9G    0% /tmp
    /dev/zram1      146M     36M  100M   27% /var/log
    tmpfs           387M     28K  387M    1% /run/user/1000
    

    will that be enough?