-
Notifications
You must be signed in to change notification settings - Fork 288
Pootle Makey commands
Allan Nordhøy edited this page Apr 23, 2018
·
1 revision
Pootle uses a command runner makey
.
You can use any of the following commands to work with demo
, dev
, or production
images
The following examples will use production
but you can substitute any of the commands.
(host) makey pull production
All of the following commands run inside of containers
(host) makey production pootle migrate
(host) makey production shell
(app) pootle --version
Pootle 2.9.0rc1 (Django 1.10.8, Translate Toolkit 2.2.5)
(host) makey production bash whoami
pootle
To Bash into a running container you can use exec
. Notice the order of arguments in the command.
(host) makey exec production whoami
root
You can Bash interactively with no command
(host) makey exec production
root@05fd242a68fd:/#