Failing to create an Alpine LXC container on 3.6

1 post / 0 new
#1 Mon, 2017-10-16 21:00
Oldroid
  • Oldroid's picture
  • Offline
  • Last seen: 5 months 2 weeks ago
  • Joined: 2017-10-16

Hi,

I tried to install an alpine lxc container on an Alpine 3.6 host. I followed the wiki instructions https://wiki.alpinelinux.org/wiki/LXC

When I tried to create the container using

lxc-create -n mycontainer -t alpine

I get an error
Obtaining an exclusive lock... done
 
==> Fetching and/or verifying APK keys
alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub: OK
alpine-devel@lists.alpinelinux.org-4d07755e.rsa.pub: FAILED
sha256sum: WARNING: 1 of 1 computed checksums did NOT match
alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub: OK
alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub: FAILED
sha256sum: WARNING: 1 of 1 computed checksums did NOT match
alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub: OK
alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub: FAILED
sha256sum: WARNING: 1 of 1 computed checksums did NOT match
alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub: FAILED
sha256sum: WARNING: 1 of 1 computed checksums did NOT match
alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub: FAILED
sha256sum: WARNING: 1 of 1 computed checksums did NOT match
lxc-create: lxccontainer.c: create_run_template: 1295 container creation template for mycontainer failed
lxc-create: tools/lxc_create.c: main: 318 Error creating container mycontainer

Am I missing some steps or is there a problem with the APK keys?