# DigitalOcean cloud installation - going inside the docker

**URL:** https://meta.discourse.org/t/digitalocean-cloud-installation-going-inside-the-docker/39565
**Category:** Self-hosting
**Created:** [February 14, 2016, 12:28pm UTC](https://meta.discourse.org/t/digitalocean-cloud-installation-going-inside-the-docker/39565 "2016-02-14T12:28:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Steve\_Ng](https://avatars.discourse-cdn.com/v4/letter/s/3be4f8/32.png) [@Steve\_Ng](https://meta.discourse.org/u/Steve_Ng)
#### Post date: [February 14, 2016, 12:28pm UTC](https://meta.discourse.org/t/digitalocean-cloud-installation-going-inside-the-docker/39565/1 "2016-02-14T12:28:42Z")

</div>

Hi,

I follow the installation instruction at [discourse/docs/INSTALL-cloud.md at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md)

1. How do i go inside the code to perform things like bin/rake admin:create

2. Is there anyway I can set it to pull from docker’s stable branch? I think it’s pulling from master

Thanks!

---

<div class="post-metadata">

### Author: ![Alankrit\_Choudh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alankrit_choudh/32/119698_2.png) [@Alankrit\_Choudh](https://meta.discourse.org/u/Alankrit_Choudh)
#### Post date: [February 14, 2016, 1:46pm UTC](https://meta.discourse.org/t/digitalocean-cloud-installation-going-inside-the-docker/39565/2 "2016-02-14T13:46:16Z")

</div>

`./launcher enter app`

Should be able to get you inside the container.

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [February 14, 2016, 2:57pm UTC](https://meta.discourse.org/t/digitalocean-cloud-installation-going-inside-the-docker/39565/3 "2016-02-14T14:57:35Z")

</div>

> [@Steve\_Ng](#):
>
> Is there anyway I can set it to pull from docker’s stable branch? I think it’s pulling from master

Do you mean Discourse? If so, you’re probably pulling from `beta`, which is currently considered best practice (and therefore is the default).

If you want to switch to `stable` (which isn’t necessarily more stable than `beta`), you can do so in `app.yml` **when the next stable version is released**.

---

<div class="post-metadata">

### Author: ![Steve\_Ng](https://avatars.discourse-cdn.com/v4/letter/s/3be4f8/32.png) [@Steve\_Ng](https://meta.discourse.org/u/Steve_Ng)
#### Post date: [February 15, 2016, 5:00am UTC](https://meta.discourse.org/t/digitalocean-cloud-installation-going-inside-the-docker/39565/4 "2016-02-15T05:00:19Z")

</div>

> [@fefrei](#):
>
> Do you mean Discourse? If so, you’re probably pulling from beta, which is currently considered best practice (and therefore is the default).
> 
> If you want to switch to stable (which isn’t necessarily more stable than beta), you can do so in app.yml when the next stable version is released.

Sorry i meant discourse’s stable branch.

when you mention app.yml, did you mean this particular attribute to set?

## Which Git revision should this container use? (default: tests-passed)

#version: tests-passed  
version: stable

or can i edit images/discourse/DockerFile and set it to checkout stable branch?

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [February 15, 2016, 7:19am UTC](https://meta.discourse.org/t/digitalocean-cloud-installation-going-inside-the-docker/39565/5 "2016-02-15T07:19:55Z")

</div>

> [@Steve\_Ng](#):
>
> `## Which Git revision should this container use? (default: tests-passed)`

That’s the one.

Keep in mind that downgrades are not supported, so only change this value if the new branch has a newer version.
