User Tools

Site Tools


toolsandtechnologies:docker_rdf-agent_deployment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
toolsandtechnologies:docker_rdf-agent_deployment [2023/08/21 16:29] bosowskitoolsandtechnologies:docker_rdf-agent_deployment [2023/08/21 16:31] (current) bosowski
Line 30: Line 30:
 The defaults are quite sane, so this shouldn't be necessary in 99% of cases. The defaults are quite sane, so this shouldn't be necessary in 99% of cases.
  
-3. Ensure that each server/or a group if using the same agent have the correct token specified as variable:+3. Ensure that each server/or a group if using the same agent have the correct token specified as the rdf_access_token variable:
  
 <code> <code>
Line 39: Line 39:
 <code> <code>
 ansible-playbook rdf-agent-docker-deploy.yml -i ../env-configuration/qanova/hosts.ini -e version="REL-4.17.0.1" --vault-id @prompt --diff ansible-playbook rdf-agent-docker-deploy.yml -i ../env-configuration/qanova/hosts.ini -e version="REL-4.17.0.1" --vault-id @prompt --diff
 +</code>
 +
 +5. To view the running container do:
 +
 +<code>
 +docker ps
 +</code>
 +
 +If it's not running, you can do
 +<code>
 +docker ps -a
 +</code>
 +
 +To view logs:
 +<code>
 +docker logs <containerID/name>
 +</code>
 +
 +To view env variables etc do:
 +<code>
 +docker inspect <containerID/name>
 </code> </code>
toolsandtechnologies/docker_rdf-agent_deployment.1692631768.txt.gz · Last modified: 2023/08/21 16:29 by bosowski