Code Monkey home page Code Monkey logo

Comments (5)

l3iggs avatar l3iggs commented on July 23, 2024

I don't know anything about compose. It sounds cool though.

from docker-owncloud.

l3iggs avatar l3iggs commented on July 23, 2024

I'm not convinced that I should use compose here (although to be honest, I still don't really know what it is).

One could probably manage data/functional containers more easily

That sounds pretty good. I can't imagine it would be any easier than using volumes though.

Spawn up the owncloud even faster

It takes about 2.3 seconds to spawn the container on my system. Since this is a once per week type task, I'm not too interested in this benefit.

Seperating the MySQL database into an own container (should be faster for OC)

This can be done now. There's nothing in this image that hard codes the ownCloud server to use the MySQL server provided here, the user can point OC to whatever database they like during initial setup. I'm sure there are a plenty of MySQL server images one could pull from the Docker Registry that would work just fine here. I just decided to build a MySQL server in for convenience. Also, I'm not so sure that that OC and mariadb would impact each other any less if they were running in different containers, unless you're using settings that cap the container's resource usage.

from docker-owncloud.

sils avatar sils commented on July 23, 2024

docker compose would allow you to write a small definition that defines an organization of docker containers, i.e. one could have one owncloud container with the standard ports exposed readily linked to a mysql container and having a volume container for all data stuff. Thats just one command for the user to get the default configuration then which is nice IMO.

from docker-owncloud.

tkock avatar tkock commented on July 23, 2024

Please see https://github.com/tkock/owncloud-docker-compose for my setup with docker-compose using your Dockerfile.
It keeps all files in the host filesystem via volume mounts.
I am currently running it with sqlite, the mysql config is from a first trial run and might not work perfectly.
Feel free to copy/modify/include... whatever.

from docker-owncloud.

sils avatar sils commented on July 23, 2024

Related: owncloud-archive/documentation#1516 and #41

from docker-owncloud.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.