You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
736 B

  1. 0k-charms
  2. =========
  3. This package provides charms for the ``lxc-deploy`` and
  4. ``docker-build-charm`` commands respectively from ``lxc-scripts`` and
  5. ``0k-docker`` packages.
  6. A charm is basically a set of metadata and a shell script that will be
  7. executed to create an image for lxc or docker.
  8. Installation
  9. ============
  10. Be sure to install ``lxc-scripts`` and ``0k-docker`` packages and that
  11. their binaries are accessible to user 'root'.
  12. By default, ``lxc-deploy`` and ``docker-build-charm`` will look for the
  13. charm store to be located in ``/srv/charm-store``. This can be a symbolic
  14. link.
  15. For instance, if ``0k-charms`` is installed in ``/opt/apps/0k-charms``,
  16. you would do::
  17. ln -sf /opt/apps/0k-charms/precise /srv/charm-store