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
I'm often having to run chmod and chown to get it working properly. However because of this I have to rerun this every time I restart the docker container. These folders shouldn't be handled on the image. They should be mountpoints that you should have to pass to the image.
I can fix this. Please let me know and I'll work on a MR.
The text was updated successfully, but these errors were encountered:
name: Run apt-cacher-ng container
command: >
docker run -d --restart always --name apt_cacher_ng -p 3142:3142 -v {{ nfs_vol_name }}:/var/cache/apt-cacher-ng:nocopy sameersbn/apt-cacher-ng:latest
but I get this
andrea@apt:~$ sudo docker logs 3df
chown: changing ownership of '/var/cache/apt-cacher-ng': Operation not permitted
chown: changing ownership of '/var/cache/apt-cacher-ng': Operation not permitted
chown: changing ownership of '/var/cache/apt-cacher-ng': Operation not permitted
chown: changing ownership of '/var/cache/apt-cacher-ng': Operation not permitted
chown: changing ownership of '/var/cache/apt-cacher-ng': Operation not permitted
I'm often having to run chmod and chown to get it working properly. However because of this I have to rerun this every time I restart the docker container. These folders shouldn't be handled on the image. They should be mountpoints that you should have to pass to the image.
I can fix this. Please let me know and I'll work on a MR.
The text was updated successfully, but these errors were encountered: