Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

... (this will probably be a separate article)

Setting Up Zero Footprint 32-bit Java on LXC 64-bit

By default, the apt-get packages only use 64-bit architecture,

Code Block
languagebash
sudo dpkg --add-architecture i386
sudo apt-get update 

Then follow-up with installing the proper dependencies, but not sure if I need to install in the host... need to try this out in a VM.

References

Good overview of lxc - https://www.flockport.com/lxc-vs-docker/

...