User Tools
toolsandtechnologies:docker_rdf-agent_deployment
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| toolsandtechnologies:docker_rdf-agent_deployment [2023/08/21 16:29] – bosowski | toolsandtechnologies:docker_rdf-agent_deployment [2023/08/21 16:31] (current) – bosowski | ||
|---|---|---|---|
| Line 30: | Line 30: | ||
| The defaults are quite sane, so this shouldn' | The defaults are quite sane, so this shouldn' | ||
| - | 3. Ensure that each server/or a group if using the same agent have the correct token specified as a variable: | + | 3. Ensure that each server/or a group if using the same agent have the correct token specified as the rdf_access_token |
| < | < | ||
| Line 39: | Line 39: | ||
| < | < | ||
| ansible-playbook rdf-agent-docker-deploy.yml -i ../ | ansible-playbook rdf-agent-docker-deploy.yml -i ../ | ||
| + | </ | ||
| + | |||
| + | 5. To view the running container do: | ||
| + | |||
| + | < | ||
| + | docker ps | ||
| + | </ | ||
| + | |||
| + | If it's not running, you can do | ||
| + | < | ||
| + | docker ps -a | ||
| + | </ | ||
| + | |||
| + | To view logs: | ||
| + | < | ||
| + | docker logs < | ||
| + | </ | ||
| + | |||
| + | To view env variables etc do: | ||
| + | < | ||
| + | docker inspect < | ||
| </ | </ | ||
toolsandtechnologies/docker_rdf-agent_deployment.1692631768.txt.gz · Last modified: 2023/08/21 16:29 by bosowski