skip to Main Content

Docker image error while installing gcsfuse

I'm trying to install fuse to my docker image that's inside Google Kubernetes Engine. Here is my Dockerfile: FROM --platform=amd64 ubuntu:22.10 # Use baseimage-docker's init system. CMD ["/sbin/my_init"] # Install. EXPOSE 80 RUN ls -la RUN sed -i 's/# (.*multiverse$)/1/g'…

VIEW QUESTION
Back To Top
Search