You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM ubuntu:20.04
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
bash \
git \
sudo
I was able to create the image with cqfd init. However, I am not able to cqfd run bash for example.
Here's the error I get:
docker: Error response from daemon: error while creating mount source path '/host_mnt/private/tmp/com.apple.launchd.bMzWTSF9Hd/Listeners': mkdir /host_mnt/private/tmp/com.apple.launchd.bMzWTSF9Hd/Listeners: operation not supported.
I tried adding /host_mnt to the filesharingDirectories list in ~/Library/Group\ Containers/group.com.docker/settings.json, but it seems then I get:
ERROR: Cannot connect to the Docker daemon at unix:///Users/rbrule/.docker/run/docker.sock. Is the docker daemon running?
Setup
With this Dockerfile:
I was able to create the image with
cqfd init
. However, I am not able tocqfd run bash
for example.Here's the error I get:
I tried adding
/host_mnt
to thefilesharingDirectories
list in~/Library/Group\ Containers/group.com.docker/settings.json
, but it seems then I get:when doing
cqfd init
.Update
I've found a workaround:
The text was updated successfully, but these errors were encountered: