我一直在PostgreSQL DB中插入数据,并得到了错误消息:
psycopg2.OperationalError: could not extend file "base/16384/61892": No space left on device
HINT: Check free disk space
我正在使用CentOS 7,并且在我的linux机器上检查了我的一些状态:
df -h
📷
我对Linux非常陌生,根据我的df -h命令的结果,我可以看到Linux存储系统的工作方式与Windows不同。
看起来PostgreSQL正在向/dev/mapper/centos
我有一个简单的Dockerfile:
FROM fabric8/java-centos-openjdk8-jdk
VOLUME /tmp
RUN curl -k -Lo /tmp/oc.tar.gz "https://mirror.openshift.com/pub/openshift-v3/clients/3.6.173.0.21/linux/oc.tar.gz" && ls -l /tmp
RUN ls -l /tmp && tar zxf /tmp/oc.tar.gz -C /usr/local/bin
它必须下载一个文件,打印/tmp文