You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.
Would be really handy if by default fugu would search yaml file from my home directory. That way I could set "global" environment variables what I want to be set for each Docker container in my home directory.
The text was updated successfully, but these errors were encountered:
Little background here. I want to set environment variables to all of my containers what I run. I were planning to replace 'docker' command with 'fugu' and use Fugu to set environment variables from fugu.yml file what is stored in my home directory.
Sadly I couldn't replace docker command with fugu because Fugu requires that I define image in my yaml file.
So to be able to use fugu in my use case, it should not require the image, allow it give as argument as I do with docker ("docker run company/my_image /bin/bash").
So ended up to create simple docker wrapper shell script which do that. But would be cool to use Fugu for this, but now I have to go without it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would be really handy if by default fugu would search yaml file from my home directory. That way I could set "global" environment variables what I want to be set for each Docker container in my home directory.
The text was updated successfully, but these errors were encountered: