-
Mysql fails to inszall, probably because the mirrors moved:
See also for a better copy/paste:
https://pastee.org/pqpkm
- 16:40 root@turmes ~/docker-monit (master)# docker build -t TAG .
Uploading…
-
This is because runit doesn't respond to the TERM signal that docker sends the leading process. docker eventually times out, and sends a KILL that does the job.
pokle updated
10 years ago
-
Hi
Not able to start the service on Mac OSX M1, getting this error:
Couldn't start Elasticsearch. Exiting.
elk_1 | Elasticsearch log follows below.
elk_1 | [2022-04-26T13:11:01,933]…
-
Fresh install, `docker pull paintedfox/postgresql` and
```
docker run -d --name="postgresql" \
-p 127.0.0.1:5432:5432 \
-v /tmp/postgresql:/data \
-e USER="su…
-
# Details
There has been a recent trend moving away from Docker's original tooling, in favor of tooling with better OCI support. My suggestion is to update the tooling for building this container t…
-
The base image is quite old already and I would suggest updating it to at least version 0.10.2 or even 0.11 if we are ready for 18.04 LTS. The changelog can be found here https://github.com/phusion/ba…
-
I've ran the build script as mentioned in README, and I get this error:
`E: Package 'postgresql-9.6-postgis-scripts' has no installation candidate`
A little more details:
```
Step 17/68 : USER…
sepgh updated
4 years ago
-
The puppet package deployment for this was the first time I saw it a while ago, would it be fairly simple to install this in Docker?
Although Linux and OS X only at the moment, Windows should follow …
-
mfal noted: "Nice work! One thing: Stopping the meteor server (with CTR+C) leads to an infinite loop of server restarts. That's why I start the container in detached mode (-d and without --rm and -ti)…
-
Hello,
I am having problems to use systemd, I suspect is related to dbus.
Here is my Vagrantfile:
```ruby
Vagrant.configure("2") do |config|
ENV['VAGRANT_DEFAULT_PROVIDER'] = 'docker'
co…