# Launcher run works different than enter and run command

**URL:** https://meta.discourse.org/t/launcher-run-works-different-than-enter-and-run-command/100197
**Category:** Self-hosting
**Created:** [22.Октябрь.2018 22:17:51 UTC](https://meta.discourse.org/t/launcher-run-works-different-than-enter-and-run-command/100197 "2018-10-22T22:17:51Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![iurisilvio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iurisilvio/32/118978_2.png) [@iurisilvio](https://meta.discourse.org/u/iurisilvio)
#### Post date: [06.Ноябрь.2018 15:27:10 UTC](https://meta.discourse.org/t/launcher-run-works-different-than-enter-and-run-command/100197/5 "2018-11-06T15:27:10Z")

</div>

I solved my issue with another @pfaffman answer: [Running commands inside discourse container? - #5 by pfaffman](https://meta.discourse.org/t/running-commands-inside-discourse-container/92811/5)

```
docker exec -w /var/www/discourse -i app discourse enable_restore

```

Works for me, but I expected `./launcher run app "command"` to be the way to do it.

Thanks!

---

_[View the full topic](https://meta.discourse.org/t/launcher-run-works-different-than-enter-and-run-command/100197)._
