Hi All,
I want to use a LXC container to build docker images - "it doesnt work"....
It starts to download the files but then I get
The container uses CentOS7, SELinux is turned off (obviously) and the server has the nested, keyctl and fuse capability.
Any ideas?
Oliver
I want to use a LXC container to build docker images - "it doesnt work"....
Bash:
cat > Dockerfile <<EOF
FROM ubuntu:bionic
RUN apt-get update
EOF
docker build .
It starts to download the files but then I get
Bash:
Fetched 18.2 MB in 4s (5176 kB/s)
Reading package lists...
Error processing tar file(exit status 1): operation not permitted
The container uses CentOS7, SELinux is turned off (obviously) and the server has the nested, keyctl and fuse capability.
Any ideas?
Oliver