Better Docker documentation #235

Closed
opened 2022-02-10 09:29:35 +00:00 by quentin · 1 comment
Owner

explains the alias trick: alias garage="docker exec -ti garage-container /garage"
explain how the container is built.
explain our philosophy (no magic).
edit our links to the container
put all the links

explains the alias trick: `alias garage="docker exec -ti garage-container /garage"` explain how the container is built. explain our philosophy (no magic). edit our links to the container put all the links
quentin added the
Documentation
label 2022-02-10 09:29:35 +00:00

Could you put this in https://garagehq.deuxfleurs.fr/documentation/cookbook/real-world/ ?

For people looking for Docker help, here is my docker-compose.yml file:

version: "3"
services:
  garage:
    image: dxflrs/amd64_garage:v0.7.2.1
    network_mode: "host"
    restart: unless-stopped
    volumes:
      - ./garage.toml:/etc/garage.toml
      - ./meta:/var/lib/garage/meta
      - /srv/data:/var/lib/garage/data
Could you put this in https://garagehq.deuxfleurs.fr/documentation/cookbook/real-world/ ? For people looking for Docker help, here is my docker-compose.yml file: ``` version: "3" services: garage: image: dxflrs/amd64_garage:v0.7.2.1 network_mode: "host" restart: unless-stopped volumes: - ./garage.toml:/etc/garage.toml - ./meta:/var/lib/garage/meta - /srv/data:/var/lib/garage/data ```
lx added this to the v0.8 milestone 2022-09-14 11:15:03 +00:00
quentin was assigned by lx 2022-09-19 13:09:28 +00:00
lx closed this issue 2023-06-14 10:57:33 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#235
No description provided.