WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Install packages without loop device ? (docker)  (Read 1757 times)

Offline tcolar

  • Newbie
  • *
  • Posts: 1
Install packages without loop device ? (docker)
« on: August 07, 2014, 09:42:30 AM »
I'm trying to use TC within a docker container as a nice lean base OS.

Problem is that I cannot install any packagaes (tce-load) because docker does not allow mounting loopback devices, is there any sort of workaround ?

Thank you.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Install packages without loop device ? (docker)
« Reply #1 on: August 07, 2014, 10:48:23 AM »
Docker is based on LXC.
You would be better off using KVM or virtualbox where you have a full virtual machine, and not just a container.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Install packages without loop device ? (docker)
« Reply #2 on: August 08, 2014, 01:26:32 AM »
You would have to manually extract with unsquashfs in that environment, cluttering the disk.
The only barriers that can stop you are the ones you create yourself.