docker compose?


Recommended Posts

 

 

An other option ( found somewhere in the forum ) is to add this at the end of your user .bash_profile

 

Quote

#docker-compose as container
alias docker-compose='docker run --rm \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v "$PWD:$PWD" \
    -w="$PWD" \
    docker/compose:latest'

 

I have also added a little top engine for monitoring

 

Quote

 

# monitoring

alias bpytop='docker run --rm -it \
    --pid=host \
    --net=host \
    -v /mnt/user/app-data/bpytop:/root/.config/bpytop \
    macgyverbass/bpytop'

 

 

Benefits are

 

always uptodate

"docker spirit" 

did not add things into the system

 

Edited by Djeen
Link to comment
  • 7 months later...
  • 1 month later...
  • 1 month later...

I think is time to take to really consider this request.

 

  1. There is a real demand therefore the community did the compose manager plugin but is not fully integrated or supported
  2. Is an standard and dockerman is just a docker run template that only unraid uses.
  3. From an architecture point of view it makes sense and simplify the maintenance of Unraid
  4. It has more features and many things can't be done with dockerman
  5. Deploying certain systems that requires several containers and relationships between them is a nightmare with dockerman
  6. Is easier to maintain and share the configuration

 

 

@primeval_god

 

Edited by L0rdRaiden
  • Upvote 1
Link to comment
  • 3 weeks later...

Agreed! I'm sure it wouldn't be super easy to implement, but I think at this point it's a no brainer. Docker compose is a massive part of docker and since UnRaid is literately built around the functionality of docker, this feature should be added ASAP!

Thanks to all the developers that work on it. 

  • Upvote 1
Link to comment
Just now, JonathanM said:

?

 

Could have probably said that better. Docker is one of the main reasons for UnRaid with it's file capabilities for me. If it wasn't so well integrated I wouldn't have purchased it. This is likely the same for a lot of people. Nearly anything I run of importance that isn't built into UnRaid, which is 99% of what I use, is on Docker.

Link to comment
  • 2 months later...
  • 3 months later...
  • 2 weeks later...
  • 4 weeks later...
  • 1 month later...
  • 4 weeks later...

I am a new user of Unraid, I am currently testing it, I like it all very much. But I also discovered to my surprise that there is no support for docker compose. Nowadays, many more serious applications run on several dockers and the lack of this support is a serious blocker.

+1 to compose support

Edited by jaclas
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.