<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/op-mode-definitions/containers.xml.in, branch feature/T9082-codeql-cpp</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2022-05-08T19:52:51+00:00</updated>
<entry>
<title>container: op-mode: T3852: use XML inline podman commands</title>
<updated>2022-05-08T19:52:51+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-05-08T19:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7e7c6a5f120f317e3e4555939a099f48cf0b27e0'/>
<id>urn:sha1:7e7c6a5f120f317e3e4555939a099f48cf0b27e0</id>
<content type='text'>
Reduce bloat of containers_op.py wrapper script. All commands can be passed
directly to podman via the XML script. This also makes the execution faster,
as no Python environment needs to be build up.
</content>
</entry>
<entry>
<title>op-mode: container: T2216: remove duplicate log node</title>
<updated>2022-04-30T06:12:13+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-30T06:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=605f400418a1eea5adf6a98c6493a118b239c9c6'/>
<id>urn:sha1:605f400418a1eea5adf6a98c6493a118b239c9c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T2216: containers need to be added via "add container image" in advance before using them</title>
<updated>2022-04-29T17:52:46+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-29T17:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8ec6910fb8386a6c9a70aeef85f3b1fa3b7279d2'/>
<id>urn:sha1:8ec6910fb8386a6c9a70aeef85f3b1fa3b7279d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>container: op-mode: T3852: Fix wording on container commands</title>
<updated>2022-04-27T17:41:51+00:00</updated>
<author>
<name>Charles Surett</name>
<email>surettcharles@gmail.com</email>
</author>
<published>2022-04-27T17:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=451972daded74d78b287f1c27064a155f08d8dda'/>
<id>urn:sha1:451972daded74d78b287f1c27064a155f08d8dda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>container: op-mode: T3765: "connect container" will now drop you to a shell</title>
<updated>2021-08-23T19:07:14+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-08-23T19:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f3ff81f4f31cd3ecb5d648caff674663943db42f'/>
<id>urn:sha1:f3ff81f4f31cd3ecb5d648caff674663943db42f</id>
<content type='text'>
Commit a30d74f4 (container: op-mode: T3765: add "connect container mysql-server")
added a CLI op-mode command to attach to a container - users typically not want
to attach and consume stdout (can be done via logs) but rather wan't to debug
inside the container image.

vyos@vyos:~$ connect container unifi
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         202  0.0  0.0   4640   828 pts/1    Ss   21:06   0:00 /bin/sh
root         203  0.0  0.0  34416  2872 pts/1    R+   21:06   0:00  \_ ps faux
root         187  0.0  0.0  18388  3124 ?        S    21:03   0:00 /bin/bash
root         186  0.0  0.0   4640   788 ?        S    21:03   0:00 /bin/sh
root         185  0.0  0.0   4640   824 ?        S    21:03   0:00 /bin/sh
root         184  0.0  0.0   4640   836 ?        S    21:03   0:00 /bin/sh
root           1  0.0  0.0  18520  3228 pts/0    Ss+  20:50   0:00 bash /usr/local/bin/docker-entrypoint.sh unifi
root          12  4.8 14.2 3688080 572756 pts/0  Sl+  20:50   0:48 java -Dunifi.datadir=/unifi/data -Dunifi.logdir=/unifi/log -Dunifi.rundir=/var/run/unifi -
root          35  0.7  3.4 1102700 139752 pts/0  Sl+  20:50   0:07  \_ bin/mongod --dbpath /usr/lib/unifi/data/db --port 27117 --unixSocketPrefix /usr/lib/un

Linux 57c689f739ed 5.10.60-amd64-vyos #1 SMP Fri Aug 20 14:44:59 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
</content>
</entry>
<entry>
<title>container: T2216: op-mode now supports updating the image for a given container</title>
<updated>2021-08-23T12:42:54+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-08-23T12:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a1f82a06e1a1788164f52ef291a1275568912b9b'/>
<id>urn:sha1:a1f82a06e1a1788164f52ef291a1275568912b9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>container: T2216: add completion helper for "delete container image"</title>
<updated>2021-08-23T09:46:20+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-08-23T09:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=461e3e1b47813d808bf22c9f8e2d8d8fb427fac2'/>
<id>urn:sha1:461e3e1b47813d808bf22c9f8e2d8d8fb427fac2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>log</title>
<updated>2021-08-22T18:51:34+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-08-22T18:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1b0d7b9e027672a95535d18e550919aff7e41ee3'/>
<id>urn:sha1:1b0d7b9e027672a95535d18e550919aff7e41ee3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>container: op-mode: T3765: add "show log container" command</title>
<updated>2021-08-22T18:39:26+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-08-22T18:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a1873a39f4fb9e8445b772b3fc1697f55314888a'/>
<id>urn:sha1:a1873a39f4fb9e8445b772b3fc1697f55314888a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>container: op-mode: T3765: add "restart container" command</title>
<updated>2021-08-22T17:23:34+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-08-22T17:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=deaa1e8b65bdaf89caa9855d659dd7da459cf415'/>
<id>urn:sha1:deaa1e8b65bdaf89caa9855d659dd7da459cf415</id>
<content type='text'>
</content>
</entry>
</feed>
