Hello World

Be Happy!

write /myapp/tmp/redis/appendonly.aof


CW-OVP % docker build -t cw-ovp .
Sending build context to Docker daemon  3.175GB
Step 1/16 : FROM ruby:2.6.3
 ---> 8fe6e1f7b421
Step 2/16 : RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - &&     curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - &&     echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list &&     apt-get update &&     apt-get install -qq -y build-essential nodejs yarn vim     libpq-dev postgresql-client ffmpeg
 ---> Using cache
 ---> 14eb2f07d9e5
Step 3/16 : RUN apt-get update &&     apt-get install -y         python3         python3-pip         python3-setuptools         groff         less     && pip3 install --upgrade pip     && apt-get clean
 ---> Using cache
 ---> c57e46926299
Step 4/16 : RUN pip3 --no-cache-dir install --upgrade awscli
 ---> Using cache
 ---> 7e8e641bfc90
Step 5/16 : RUN mkdir /myapp
 ---> Using cache
 ---> a0a39c82945a
Step 6/16 : RUN mkdir /storage
 ---> Using cache
 ---> 66348ad31ef0
Step 7/16 : WORKDIR /myapp
 ---> Using cache
 ---> 47b601075951
Step 8/16 : COPY . /myapp
Error processing tar file(exit status 1): write /myapp/tmp/redis/appendonly.aof: no space left on device

CW-OVP % df -h 
Filesystem      Size   Used  Avail Capacity iused      ifree %iused  Mounted on
/dev/disk1s6   894Gi   10Gi  659Gi     2%  488218 9372750022    0%   /
devfs          199Ki  199Ki    0Bi   100%     690          0  100%   /dev
/dev/disk1s5   894Gi  214Gi  659Gi    25% 2109769 9371128471    0%   /System/Volumes/Data
/dev/disk1s4   894Gi  9.0Gi  659Gi     2%      10 9373238230    0%   /private/var/vm
/dev/disk1s1   894Gi  1.0Mi  659Gi     1%     120 9373238120    0%   /Volumes/OWC Aura Pro X2 - Data
map auto_home    0Bi    0Bi    0Bi   100%       0          0  100%   /System/Volumes/Data/home
/dev/disk2s2    94Mi   94Mi    0Bi   100%   14905 4294952374    0%   /Volumes/OpenOffice SDK
/dev/disk3s2   392Mi  392Mi    0Bi   100%    3493 4294963786    0%   /Volumes/OpenOffice
/dev/disk1s3   894Gi  504Mi  659Gi     1%      50 9373238190    0%   /Volumes/Recovery
/dev/disk4s2    90Mi   90Mi    0Bi   100%    2976 4294964303    0%   /private/tmp/KSInstallAction.QoxMLLuCoP/m

CW-OVP % docker system df

TYPE            TOTAL     ACTIVE    SIZE      RECLAIMABLE
Images          41        10        38.23GB   35.98GB (94%)
Containers      16        1         172kB     172kB (99%)
Local Volumes   17        7         9.098GB   9.098GB (100%)
Build Cache     0         0         0B        0B

Solution

CW-OVP % docker system prune

WARNING! This will remove:
  - all stopped containers
  - all networks not used by at least one container
  - all dangling images
  - all dangling build cache

Are you sure you want to continue? [y/N] y
Deleted Containers:

Deleted Networks:

Deleted Images:

Total reclaimed space: 23.77GB
CW-OVP % docker image prune

WARNING! This will remove all dangling images.
Are you sure you want to continue? [y/N] y
Total reclaimed space: 0B
#docker (30) #docker-image (1) #docker-build (1)
List