Skip to content
Snippets Groups Projects
Select Git revision
  • LDAPGroupTypeSupport
  • develop default protected
  • master
  • 876-http-signature
  • plugins-v2
  • plugins
  • 0.21
  • 0.21-rc2
  • 0.21-rc1
  • 0.20.1
  • 0.20.0
  • 0.20.0-rc1
  • 0.19.1
  • 0.19.0
  • 0.19.0-rc2
  • 0.19.0-rc1
  • 0.18.3
  • 0.18.2
  • 0.18.1
  • 0.18
  • 0.17
  • 0.16.3
  • 0.16.2
  • 0.16.1
  • 0.16
  • 0.15
26 results

docker.rst

Forked from funkwhale / funkwhale
Source project has a limited visibility.
  • hellekin's avatar
    a7a8a9b1
    Improve Docker installation documentation · a7a8a9b1
    hellekin authored
    - Use `useradd` features to simplify user creation:
      - `-U` creates a user group,
      - `-G docker` adds the user to the `docker` group
    - Document available versions and their usage
    - Use `chmod 0600` before editing the file!
    - Use `cat` instead of multiple `echo`es
    - Comment all lines in `.env`
    - Use `${FUNKWHALE_VERSION}` where applicable instead of `|version|` to
    enable copy-pasting more commands
    a7a8a9b1
    History
    Improve Docker installation documentation
    hellekin authored
    - Use `useradd` features to simplify user creation:
      - `-U` creates a user group,
      - `-G docker` adds the user to the `docker` group
    - Document available versions and their usage
    - Use `chmod 0600` before editing the file!
    - Use `cat` instead of multiple `echo`es
    - Comment all lines in `.env`
    - Use `${FUNKWHALE_VERSION}` where applicable instead of `|version|` to
    enable copy-pasting more commands