Skip to content

Commit

Permalink
mire fixes on docker / vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
André Bauer committed Nov 17, 2016
1 parent 1f93c76 commit 4a31af4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contributing-install-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,19 @@ Download the Docker Image
=========================

Let’s begin using Docker!

::

docker pull zammad/zammad


Run a Docker Container
======================

Docker run will run a command in a new container, -i attaches stdin and stdout, -t allocates a tty, and we’re using the standard Zammad container.

::

docker run -ti -p 3001:80 zammad/zammad


Expand Down
7 changes: 7 additions & 0 deletions contributing-install-vagrant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ After "vagrant up"
vagrant ssh


After this you can switch to root user via:

::

sudo -i


Problems to start the VM?
=========================

Expand Down

0 comments on commit 4a31af4

Please sign in to comment.