Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 887 Bytes

init.rst

File metadata and controls

24 lines (17 loc) · 887 Bytes

lxdock init

Command: lxdock init

This command can be used to generate a LXDock file containing highlights regarding some useful options.

Options

  • --image - this option allows to use a specific container image in the generated configuration
  • --project - this option allows to define the name of the project that will appear in the LXDock file
  • --force or -f - this option allows to overwrite an exsting LXDock file if any

Examples

$ lxdock init                          # generates a basic LXDock file
$ lxdock init --image debian/jessie    # generates a LXDock file defining a debian/jessie container
$ lxdock init --project myproject      # generates a basic LXDock file defining a "myproject" project
$ lxdock init --force                  # overwrite an existing LXDock file if applicable