This bug still persists and effectively bypasses container sandboxing:
1. Start a container shell.
$ guix shell --container
2. Exec a shell inside the container. Here it is a foreign distro's
bash, and assume that there is only 1 container running.
$ guix container exec $(pgrep --full 'guix she
Hi Guix!
I've tried running a redis server in a container,
and interact with it from outside the container as
such:
--8<---cut here---start->8---
guix environment --ad-hoc --container redis coreutils
--8<---cut here---end--->