Replies: 3 comments 2 replies
-
|
I decided to install docker engine via apt-get for now and let systemctl start/monitor it. Would it be reasonable to say that it makes sense to install long-running services in this way, otherwise I would have to find a way to ensure dockerd is running? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
If you can get it to build |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew configOutput of
brew doctorDescription of issue
I am experimenting with using Homebrew as a package in an Ubuntu box.
I noticed that the
dockerformula installs docker cli, which makes sense for a macOS system. However, I'd like to installdockerdas well.I see there are some Linux-specific formulae (specifying
depends_on :linux), such asstrace. Would it make sense to create formulae fordockerdandlxcas well?Beta Was this translation helpful? Give feedback.
All reactions