Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 501 Bytes

startup.md

File metadata and controls

25 lines (13 loc) · 501 Bytes

Startup options

Setup environment, start all containers and display logs in stdout:

./docker.sh

If you want be logged in automatically use:

./docker.sh -l

This will log you into the sf_web container as www-data
and shutdown all containers when you log out.

To manually log in the container run

 docker exec -it -u www-data sf_web bash

or use the shortcut:

 ./docker-ssh.sh 

To start te container up into the background use:

./docker.sh -d