{"id":562,"date":"2022-01-21T08:30:13","date_gmt":"2022-01-21T07:30:13","guid":{"rendered":"http:\/\/daisy-street.fr\/?p=562"},"modified":"2022-02-07T00:57:15","modified_gmt":"2022-02-06T23:57:15","slug":"install-docker-and-app","status":"publish","type":"post","link":"https:\/\/daisy-street.fr\/index.php\/2022\/01\/21\/install-docker-and-app\/","title":{"rendered":"install docker and app"},"content":{"rendered":"\n<p><a href=\"https:\/\/docs.docker.com\/engine\/install\/ubuntu\/\">https:\/\/docs.docker.com\/engine\/install\/ubuntu\/<\/a><\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>sudo apt-get update\nsudo apt-get -y install ca-certificates curl gnupg lsb-release\ncurl -fsSL https:\/\/download.docker.com\/linux\/ubuntu\/gpg | sudo gpg --dearmor -o \/usr\/share\/keyrings\/docker-archive-keyring.gpg\necho &quot;deb [arch=$(dpkg --print-architecture) signed-by=\/usr\/share\/keyrings\/docker-archive-keyring.gpg] https:\/\/download.docker.com\/linux\/ubuntu $(lsb_release -cs) stable&quot; | sudo tee \/etc\/apt\/sources.list.d\/docker.list &gt; \/dev\/null \nsudo apt-get update\nsudo apt-get -y install docker-ce docker-ce-cli containerd.io\nsudo apt -y install nfs-common\nsudo apt -y install cifs-utils\nsudo mkdir \/SystemSvg\n\nsudo mkdir \/VideoClub\n\nsudo nano \/home\/david\/.sharelogin\n   username=[username]\n   password=[password]\n\nsudo nano \/etc\/fstab\n   \/\/192.168.1.111\/9-VideoClub  \/VideoClub cifs rw,credentials=\/home\/david\/.sharelogin,uid=1000,gid=1000 0 0\n   \/\/192.168.1.111\/6-SystemSvg\/VM_112  \/SystemSvg cifs rw,credentials=\/home\/david\/.sharelogin,nobrl,uid=1000,gid=1000 0 0\n\nsudo mount -a\n\nmkdir \/SystemSvg\/sickchill\nmkdir \/SystemSvg\/sickchill\/config\nsudo docker kill sickchill\nsudo docker rm sickchill\nsudo docker run -d --name=sickchill -e PUID=1000 -e PGID=1000 -e TZ=Europe\/London -p 8081:8081 -v \/SystemSvg\/sickchill\/config:\/config -v \/VideoClub\/00-Tmp:\/downloads -v \/VideoClub\/30-Series:\/tv -v \/VideoClub\/40-Anime:\/anime --restart unless-stopped lscr.io\/linuxserver\/sickchill\n\nmkdir \/SystemSvg\/transmission\nmkdir \/SystemSvg\/transmission\/config\nsudo docker kill transmission \nsudo docker rm transmission \nsudo docker run -d --name=transmission -e PUID=1000 -e PGID=1000 -e TZ=Europe\/London -e TRANSMISSION_WEB_HOME=\/combustion-release\/ `#optional` -p 9091:9091 -p 51413:51413 -p 51413:51413\/udp -v \/SystemSvg\/transmission\/config:\/config -v \/VideoClub\/00-Tmp\/transmission\/downloads:\/downloads -v \/VideoClub\/00-Tmp\/transmission\/script:\/script -v \/VideoClub\/00-Tmp\/transmission\/watch:\/watch --restart unless-stopped lscr.io\/linuxserver\/transmission\n\nmkdir \/SystemSvg\/filebot\nmkdir \/SystemSvg\/filebot\/data\nsudo docker kill filebot\nsudo docker rm filebot\nsudo docker run -d --name=filebot -p 5452:5452 -v \/SystemSvg\/filebot\/data:\/data  -v \/VideoClub:\/videoclub  --restart unless-stopped  maliciamrg\/filebot-node-479\n\nmkdir \/SystemSvg\/nzbget\nmkdir \/SystemSvg\/nzbget\/config\nsudo docker kill nzbget\nsudo docker rm nzbget\nsudo docker run -d --name=nzbget -e PUID=1000 -e PGID=1000 -e TZ=Europe\/London -p 6789:6789 -v \/SystemSvg\/nzbget\/config:\/config -v \/VideoClub\/00-Tmp\/nzbget:\/downloads --restart unless-stopped lscr.io\/linuxserver\/nzbget\n\nmkdir \/SystemSvg\/jellyfin\nmkdir \/SystemSvg\/jellyfin\/config\nmkdir \/SystemSvg\/jellyfin\/cache\nsudo docker kill jellyfin\nsudo docker rm jellyfin\nsudo docker run -d --name jellyfin --user 1000:1000 --net=host --volume \/SystemSvg\/jellyfin\/config:\/config --volume \/SystemSvg\/jellyfin\/cache:\/cache --mount type=bind,source=\/VideoClub\/10-Film,target=\/media\/10-Film --mount type=bind,source=\/VideoClub\/20-Film_Vf,target=\/media\/20-Film_Vf --mount type=bind,source=\/VideoClub\/30-Series,target=\/media\/30-Series --mount type=bind,source=\/VideoClub\/40-Anime,target=\/media\/40-Anime --restart=unless-stopped jellyfin\/jellyfin\n\n\nsudo docker ps -a\nsudo docker exec -it filebot bin\/bash\n\n\nsudop docker run -d -p 9001:9001 --name portainer_agent --restart=always -v \/var\/run\/docker.sock:\/var\/run\/docker.sock -v \/var\/lib\/docker\/volumes:\/var\/lib\/docker\/volumes portainer\/agent:2.6.3\n\nsudo docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v \/var\/run\/docker.sock:\/var\/run\/docker.sock -v portainer_data:\/data cr.portainer.io\/portainer\/portainer-ce:2.9.3\n<\/code><\/pre><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/docs.docker.com\/engine\/install\/ubuntu\/<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[1],"tags":[20,49,84,86,9,53,47],"class_list":["post-562","post","type-post","status-publish","format-standard","hentry","category-non-classe","tag-docker","tag-filebot","tag-nzbget","tag-portainer","tag-serveur","tag-sickchill","tag-transmission"],"jetpack_publicize_connections":[],"featured_image_src":null,"author_info":{"display_name":"admin9483","author_link":"https:\/\/daisy-street.fr\/index.php\/author\/admin9483\/"},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts\/562","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/comments?post=562"}],"version-history":[{"count":23,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts\/562\/revisions"}],"predecessor-version":[{"id":616,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts\/562\/revisions\/616"}],"wp:attachment":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/media?parent=562"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/categories?post=562"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/tags?post=562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}