Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.
/ gozy-docker Public archive

Sample configuration file to run Gozy inside a Docker container

Notifications You must be signed in to change notification settings

cozy/gozy-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP - WIP - WIP - WIP - WIP - WIP - WIP - WIP - WIP - WIP - WIP - WIP

Sample Dockerfile to build an image embedding a Gozy server.

Usage

  • build image: docker build -t gozy .
  • start a container: docker run --rm -it -p 127.0.0.1:8080:8080 -p 127.0.0.1:5984:5984 -p 127.0.0.1:1443:1443 --name "gozy" gozy
  • start a shell inside a running container: docker exec -ti gozy /bin/bash

or

git clone https://github.com/nicolaspernoud/gozy-docker.git
cd gozy-docker
chmod +x ./build-and-start.sh
./build-and-start.sh

Using the default parameters, you should be able to connect to the server on https://cozy.tools:1443 (the certificate is self signed, so so you should manually allow your browser to connect).

About

Sample configuration file to run Gozy inside a Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •