Page tree

Versions Compared

Key

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

...

  1. Security
  2. Advanced Networking
    1. Tunnelling ect... as covered in LXC with Advanced Networking
    2. Joining LXD host networks together
  3. Capping Resource Utilization
  4. Sparse Containers like Solaris...
  5. Permissions Inside and Outside of Containers

File Transfer with Containers

Files can now be transferred from host to containers or container to container with the new lxc push and pull commands.

Code Block
languagebash
lxc file push sourcefile container/path/to/directory/
lxc file pull container/path/to/file directory


Reference

Initializing LXD  - https://insights.ubuntu.com/2016/03/16/lxd-2-0-installing-and-configuring-lxd-212/

...