[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guix Docker image inflation
From: |
Stephen Scheck |
Subject: |
Re: Guix Docker image inflation |
Date: |
Fri, 29 May 2020 18:11:17 -0400 |
On Fri, May 29, 2020 at 5:54 PM zimoun <zimon.toutoune@gmail.com> wrote:
> Do you have '/var/' in your Docker image? Because it looks like the same
> than:
>
Yes:
root@guix ~# ls -la /var/guix
total 44
drwxr-xr-x 1 root root 4096 May 16 19:36 ./
drwxr-xr-x 1 root root 4096 May 29 22:02 ../
drwxr-xr-x 1 root root 4096 May 29 22:02 daemon-socket/
drwxr-xr-x 1 root root 4096 May 27 00:34 db/
-rw------- 1 root root 0 May 16 19:35 gc.lock
drwxr-xr-x 1 root root 4096 May 16 19:57 gcroots/
drwxr-xr-x 1 root root 4096 Jan 1 1970 profiles/
drwxr-xr-x 1 root root 4096 May 16 19:35 substitute/
drwxr-xr-x 1 root root 4096 May 27 00:34 temproots/
drwxr-xr-x 1 root root 4096 May 16 19:36 userpool/
If you'd like, you can fetch the exact same image and look around yourself:
docker pull singularsyntax/guix:master-a5374cd # same as
singularsyntax/guix:latest
CONTAINER=`docker run --detach --tty --privileged
singularsyntax/guix:master-a5374cd`
docker exec --interactive --tty $CONTAINER
/run/current-system/profile/bin/bash --login
Re: Guix Docker image inflation, zimoun, 2020/05/29
Re: Guix Docker image inflation, Chris Marusich, 2020/05/29
- Re: Guix Docker image inflation, zimoun, 2020/05/29
- Re: Guix Docker image inflation, Stephen Scheck, 2020/05/30
- Re: Guix Docker image inflation, zimoun, 2020/05/31
- Re: Guix Docker image inflation, Stephen Scheck, 2020/05/31
- Re: Guix Docker image inflation, zimoun, 2020/05/31
- Re: Guix Docker image inflation, Stephen Scheck, 2020/05/31
- Re: Guix Docker image inflation, zimoun, 2020/05/31
Re: Guix Docker image inflation, Chris Marusich, 2020/05/31
Re: Guix Docker image inflation, zimoun, 2020/05/31