<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Docker Container for Expedition in Expedition Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/364404#M3094</link>
    <description>&lt;P&gt;Thanks for the image! Is it possible to update expedition from the image?&lt;/P&gt;</description>
    <pubDate>Fri, 20 Nov 2020 03:11:41 GMT</pubDate>
    <dc:creator>andrewohanian</dc:creator>
    <dc:date>2020-11-20T03:11:41Z</dc:date>
    <item>
      <title>Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/290790#M2036</link>
      <description>&lt;P&gt;I created a Docker container for the Palo Alto Expedition tool as of version 1.1.38 and published it to Docker Hub. I rebuilt it on Alpine Linux and stripped the binaries, reducing the image size to a mere&amp;nbsp;1.43 GB. Optionally, you can make the database persistent by binding a directory on your host machine to /var/lib/mysql. Likewise you can bind a directory to /data for data persistence. I made a tweak to the MySQL config to store the innodb temp file to /tmp within the container, which allows the container to support database persistence on Mac OS (and presumably Windows) in addition to Linux. This was necessary due to an issue with the Alpine host on Mac OS/Windows using a ZFS backend and MariaDB being incompatible&amp;nbsp;&lt;A href="https://jira.mariadb.org/browse/MDEV-16015" target="_self"&gt;https://jira.mariadb.org/browse/MDEV-16015&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Docker Hub Repo:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.docker.com/r/jlegarreta/expedition" target="_self"&gt;https://hub.docker.com/r/jlegarreta/expedition&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GitHub Repo (Docker source):&lt;BR /&gt;&lt;A href="https://github.com/jlegarreta/expedition" target="_self"&gt;https://github.com/jlegarreta/expedition&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Among other things, these are some of the dashboard errors I fixed:&lt;/P&gt;
&lt;P&gt;- Remediated the "log_bin flag in MariaDB is set to off" issue by turning it on in the MySQL config&lt;/P&gt;
&lt;P&gt;- Remediated the DBSQL_LOG_BIN value issue by setting it to 0 in /home/userSpace/userDefinitions.php&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming you have sufficient disk space, your dashboard should be all green out of the box &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enjoy!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 17:36:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/290790#M2036</guid>
      <dc:creator>jlegarreta</dc:creator>
      <dc:date>2019-10-01T17:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/291043#M2042</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the username/password (admin/paloalto) does not work for the admin gui.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you change it?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 06:59:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/291043#M2042</guid>
      <dc:creator>chrisbo</dc:creator>
      <dc:date>2019-10-03T06:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/291277#M2045</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First off I just want to say thank you for the feedback. As it turns out, the password was not being recognized because the DB could not be communicated with due to a permissions issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please delete your current image and pull the latest image from Docker Hub and give it a shot. Let me know if it works for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 03:46:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/291277#M2045</guid>
      <dc:creator>jlegarreta</dc:creator>
      <dc:date>2019-10-04T03:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/291306#M2046</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the new image worked great!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your hard work with creating the image.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 08:08:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/291306#M2046</guid>
      <dc:creator>chrisbo</dc:creator>
      <dc:date>2019-10-04T08:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/291547#M2047</link>
      <description>&lt;P&gt;This is a good initiative.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I didn't test the container. Some things you could check if they work:&lt;/P&gt;
&lt;P&gt;- RabbitMQ works correctly to execute background tasks, such as API calls&lt;/P&gt;
&lt;P&gt;- Perl packages are working correctly for Checkpoint migrations&lt;/P&gt;
&lt;P&gt;- Python modules work correctly for BPA modules&lt;/P&gt;
&lt;P&gt;- Spark and JDK 1.8 is correctly installed and settings tunned for CSV processing, Rule Enrichment and Machine Learning.&lt;/P&gt;
&lt;P&gt;- Modules for AD and Radius work correctly for external authentication (if required)&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 21:06:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/291547#M2047</guid>
      <dc:creator>dgildelaig</dc:creator>
      <dc:date>2019-10-04T21:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/291583#M2049</link>
      <description>&lt;P&gt;Thanks! These are some great ideas, perhaps unit tests could be written for the items that you listed. A coworker of mine is more familiar with the user-end of the product, so I might have him test some of these features. I also encourange anyone on these forums to pull the Docker image and test out the features for themselves, and report the results.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2019 21:07:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/291583#M2049</guid>
      <dc:creator>jlegarreta</dc:creator>
      <dc:date>2019-10-05T21:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/364404#M3094</link>
      <description>&lt;P&gt;Thanks for the image! Is it possible to update expedition from the image?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 03:11:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/364404#M3094</guid>
      <dc:creator>andrewohanian</dc:creator>
      <dc:date>2020-11-20T03:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/364618#M3095</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/94855"&gt;@andrewohanian&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try issue below commands:&lt;/P&gt;
&lt;P&gt;$sudo apt-get update&lt;/P&gt;
&lt;P&gt;$sudo apt-get install expedition-beta&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 21:32:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/364618#M3095</guid>
      <dc:creator>lychiang</dc:creator>
      <dc:date>2020-11-20T21:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/398026#M3280</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can any one help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I run this&lt;/P&gt;
&lt;P&gt;$sudo apt-get update&lt;/P&gt;
&lt;P&gt;$sudo apt-get install expedition-beta&lt;/P&gt;
&lt;P&gt;"inside" the docker image?&amp;nbsp; I tried to bash inside the image but can't run the commands - what am I missing? &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I can't update the expedition application &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 10:08:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/398026#M3280</guid>
      <dc:creator>John_Merry</dc:creator>
      <dc:date>2021-04-14T10:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/398126#M3281</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/157343"&gt;@John_Merry&lt;/a&gt;&amp;nbsp; The commands only works in Ubuntu VM not on the docker container, you might want to contact the author for the docker image and see if he has any instructions.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 20:19:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/398126#M3281</guid>
      <dc:creator>lychiang</dc:creator>
      <dc:date>2021-04-14T20:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/399816#M3284</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/157343"&gt;@John_Merry&lt;/a&gt; try pulling the latest docker image. I just pushed an update for version 1.1.96. This time I made it Ubuntu-based, so the commands you described will work in the future.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 08:40:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/399816#M3284</guid>
      <dc:creator>jlegarreta</dc:creator>
      <dc:date>2021-04-19T08:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/399913#M3285</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/123026"&gt;@jlegarreta&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I have pulled the new service and seems to be working and the bash update inside to run expedition updates &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However I can't run if using the following code (it crashes)&lt;/P&gt;
&lt;P&gt;docker run --detach --volume ${HOME}/expedition/data:/data --volume ${HOME}/expedition/db:/var/lib/mysql --publish 443:443 --publish 4050:4050 jlegarreta/expedition:latest&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess the mapping of the --volumes is different for ubuntu?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I remove the mapping it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally will you be updating if new version of ubuntu is release or v2.0 of expedition?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks again for your support&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 14:09:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/399913#M3285</guid>
      <dc:creator>John_Merry</dc:creator>
      <dc:date>2021-04-19T14:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/407452#M3339</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I installed the last version of expedtion docker image on Ubuntu (running on AWS).&lt;/P&gt;
&lt;P&gt;The installation was running fine but once I created the fist project (and importing a PA config file) the docker image refuse to start...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Starting all services for expedition...&lt;BR /&gt;* Starting rsyslogd...&lt;BR /&gt;* Starting enhanced syslogd rsyslogd&lt;BR /&gt;rsyslogd: imklog: cannot open kernel log (/proc/kmsg): Operation not permitted.&lt;BR /&gt;rsyslogd: activation of module imklog failed [v8.2102.0 try &lt;A href="https://www.rsyslog.com/e/2145" target="_blank"&gt;https://www.rsyslog.com/e/2145&lt;/A&gt; ]&lt;BR /&gt;...done.&lt;BR /&gt;* Starting sshd...&lt;BR /&gt;* Starting OpenBSD Secure Shell server sshd&lt;BR /&gt;...done.&lt;BR /&gt;* Starting rabbitmq...&lt;BR /&gt;* Starting RabbitMQ Messaging Server rabbitmq-server&lt;BR /&gt;...done.&lt;BR /&gt;* Starting mysql...&lt;BR /&gt;* Starting MariaDB database server mysqld&lt;BR /&gt;...fail!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;root@ip-100-64-6-5:/efs/expedition# cat docker-compose.yml&lt;BR /&gt;version: '3'&lt;/P&gt;
&lt;P&gt;services:&lt;BR /&gt;expedition:&lt;BR /&gt;image: jlegarreta/expedition:latest&lt;BR /&gt;restart: always&lt;BR /&gt;volumes:&lt;BR /&gt;- ./data:/data&lt;BR /&gt;- ./db:/var/lib/mysql&lt;BR /&gt;ports:&lt;BR /&gt;- 8006:80&lt;BR /&gt;- 8106:443&lt;BR /&gt;- 8107:4050&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What could be the problem ??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HA&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 05:59:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/407452#M3339</guid>
      <dc:creator>slp-security</dc:creator>
      <dc:date>2021-05-18T05:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/407462#M3340</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/105567"&gt;@slp-security&lt;/a&gt; try adding this flag to the docker run command&lt;/P&gt;
&lt;PRE&gt;--cap-add syslog&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 06:27:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/407462#M3340</guid>
      <dc:creator>jlegarreta</dc:creator>
      <dc:date>2021-05-18T06:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/407554#M3341</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;What will be the syntax in the docker-compose file (very newbie with docker...) ?&lt;/P&gt;
&lt;P&gt;Many thanks for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HA&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 15:24:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/407554#M3341</guid>
      <dc:creator>slp-security</dc:creator>
      <dc:date>2021-05-18T15:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/407555#M3342</link>
      <description>&lt;P&gt;Current file...&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;version: '3'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;services:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;expedition:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;image: jlegarreta/expedition:latest&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;restart: always&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;volumes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- ./data:/data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- ./db:/var/lib/mysql&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ports:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- 8006:80&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- 8106:443&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- 8107:4050&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 15:27:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/407555#M3342</guid>
      <dc:creator>slp-security</dc:creator>
      <dc:date>2021-05-18T15:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/407625#M3344</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/105567"&gt;@slp-security&lt;/a&gt; The syntax for docker compose is here &lt;A href="https://docs.docker.com/compose/compose-file/compose-file-v2/#cap_add-cap_drop" target="_blank"&gt;https://docs.docker.com/compose/compose-file/compose-file-v2/#cap_add-cap_drop&lt;/A&gt;&lt;/P&gt;
&lt;PRE class="highlight"&gt;&lt;CODE&gt;&lt;SPAN class="na"&gt;cap_add&lt;/SPAN&gt;&lt;SPAN class="pi"&gt;:&lt;/SPAN&gt;
  &lt;SPAN class="pi"&gt;-&lt;/SPAN&gt; &lt;SPAN class="s"&gt;SYSLOG&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 May 2021 18:10:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/407625#M3344</guid>
      <dc:creator>jlegarreta</dc:creator>
      <dc:date>2021-05-18T18:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/409232#M3351</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We applied the recommended command. After that the container starts correctly, but...&lt;/P&gt;
&lt;P&gt;If we stop it, the container cannot start once again...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;# cat docker-compose.yml&lt;BR /&gt;version: '3'&lt;/P&gt;
&lt;P&gt;services:&lt;BR /&gt;expedition:&lt;BR /&gt;image: jlegarreta/expedition:latest&lt;BR /&gt;restart: always&lt;BR /&gt;volumes:&lt;BR /&gt;- ./data:/data&lt;BR /&gt;- ./db:/var/lib/mysql&lt;BR /&gt;ports:&lt;BR /&gt;- 8006:80&lt;BR /&gt;- 8106:443&lt;BR /&gt;- 8107:4050&lt;BR /&gt;cap_add:&lt;BR /&gt;- SYSLOG&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Starting all services for expedition...&lt;BR /&gt;* Starting rsyslogd...&lt;BR /&gt;* Starting enhanced syslogd rsyslogd&lt;BR /&gt;...done.&lt;BR /&gt;* Starting sshd...&lt;BR /&gt;* Starting OpenBSD Secure Shell server sshd&lt;BR /&gt;...done.&lt;BR /&gt;* Starting rabbitmq...&lt;BR /&gt;* Starting RabbitMQ Messaging Server rabbitmq-server&lt;BR /&gt;...done.&lt;BR /&gt;* Starting mysql...&lt;BR /&gt;* Starting MariaDB database server mysqld&lt;BR /&gt;...fail!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are a little bit lost...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 17:47:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/409232#M3351</guid>
      <dc:creator>slp-security</dc:creator>
      <dc:date>2021-05-26T17:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/486962#M3983</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YeungHing_0-1652409874980.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/40988iBB10227632DD7D73/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="YeungHing_0-1652409874980.png" alt="YeungHing_0-1652409874980.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get this error when I upload a 15M config file.&amp;nbsp;&lt;BR /&gt;I want to modify the php.ini. Yet, is the file in the docker container which I can modified?&amp;nbsp;&lt;BR /&gt;Please advise what can I do to fix it&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 02:46:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/486962#M3983</guid>
      <dc:creator>YeungHing</dc:creator>
      <dc:date>2022-05-13T02:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Docker Container for Expedition</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/487103#M3984</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/102013"&gt;@YeungHing&lt;/a&gt;&amp;nbsp;You will need to login to the CLI of the VM, Please refer below article for how to modify the file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/expedition-discussions/how-to-upload-configuration-files-bigger-than-2mb/m-p/215689#M14" target="_blank"&gt;https://live.paloaltonetworks.com/t5/expedition-discussions/how-to-upload-configuration-files-bigger-than-2mb/m-p/215689#M14&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 15:39:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/docker-container-for-expedition/m-p/487103#M3984</guid>
      <dc:creator>lychiang</dc:creator>
      <dc:date>2022-05-13T15:39:41Z</dc:date>
    </item>
  </channel>
</rss>

