# Problem with docker installation

**URL:** https://meta.discourse.org/t/problem-with-docker-installation/94700
**Category:** Self-hosting
**Created:** [August 14, 2018, 11:26am UTC](https://meta.discourse.org/t/problem-with-docker-installation/94700 "2018-08-14T11:26:54Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![almaz2018](https://avatars.discourse-cdn.com/v4/letter/a/d6d6ee/32.png) [@almaz2018](https://meta.discourse.org/u/almaz2018)
#### Post date: [August 14, 2018, 11:26am UTC](https://meta.discourse.org/t/problem-with-docker-installation/94700/1 "2018-08-14T11:26:54Z")

</div>

Hello. I was tryed to do the manual installation of discourse with the following steps:

1. Cloned the repository.
2. Created ./container/discourse-main.yml template (from samples), changed port mappings.
3. Run launcher script (there was first error that image local\_discourse/discourse-main is not found, so i used docker tag to fix this).
4. The container runs successfully, but there is no listened port into it. There is contianer logs:  
run-parts: executing /etc/runit/1.d/00-fix-var-logs  
run-parts: executing /etc/runit/1.d/anacron  
run-parts: executing /etc/runit/1.d/cleanup-pids  
Cleaning stale PID files  
Started runsvdir, PID is 26  
rsyslogd: command ‘KLogPermitNonKernelFacility’ is currently not permitted - did you already set it via a RainerScript command (v6+ config)? [v8.16.0 try htp://www.rsyslog.com/e/2222]  
rsyslogd: imklog: cannot open kernel log (/proc/kmsg): Operation not permitted.  
rsyslogd: activation of module imklog failed [v8.16.0 try htp://www.rsyslog.com/e/2145]  
rsyslogd: Could not open output pipe ‘/dev/xconsole’:: No such file or directory [v8.16.0 try htp://www.rsyslog.com/e/2039]

Can you help me please? I wanna access discourse http port (exposed from container on host’s custom port) through nginx.

---

<div class="post-metadata">

### Author: ![almaz2018](https://avatars.discourse-cdn.com/v4/letter/a/d6d6ee/32.png) [@almaz2018](https://meta.discourse.org/u/almaz2018)
#### Post date: [August 14, 2018, 5:42pm UTC](https://meta.discourse.org/t/problem-with-docker-installation/94700/2 "2018-08-14T17:42:27Z")

</div>

I just fixed my problem.  
But now there’s another problem: discourse is spamming me via email for activating my accout, that was already activated.  
Please help.

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [August 14, 2018, 5:45pm UTC](https://meta.discourse.org/t/problem-with-docker-installation/94700/3 "2018-08-14T17:45:11Z")

</div>

Check your sidekiq jobs  
If there are any that state activation email just delete them

Visit sidekiq from your.discourse.domain/sidekiq

---

<div class="post-metadata">

### Author: ![acinonyxjubatus](https://avatars.discourse-cdn.com/v4/letter/a/a88e4f/32.png) [@acinonyxjubatus](https://meta.discourse.org/u/acinonyxjubatus)
#### Post date: [September 29, 2018, 3:57pm UTC](https://meta.discourse.org/t/problem-with-docker-installation/94700/4 "2018-09-29T15:57:27Z")

</div>

Facing this error now. How did you fix it?

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [September 29, 2018, 8:49pm UTC](https://meta.discourse.org/t/problem-with-docker-installation/94700/5 "2018-09-29T20:49:30Z")

</div>

Can you explain in brief what issue are you facing exactly?
