Template:DEBIAN DOCKER INTEGRATION: Difference between revisions
From Variscite Wiki
(Initial) |
(Make use of the guide 'Adding Debian packages') |
||
Line 1: | Line 1: | ||
<includeonly><!-- | <includeonly><!-- | ||
-->= Debian Integration = | -->= Debian Integration = | ||
You can install Docker on the target by running the following commands: | |||
root@{{#var:MACHINE_NAME}}:~# apt-get update && apt-get -y upgrade | root@{{#var:MACHINE_NAME}}:~# apt-get update && apt-get -y upgrade | ||
root@{{#var:MACHINE_NAME}}:~# apt-get -y install docker.io docker-compose | root@{{#var:MACHINE_NAME}}:~# apt-get -y install docker.io docker-compose | ||
If you want to learn how to add the packages at compile time, please refer to {{Varlink2|Adding Debian packages|{{#var:RELEASE_LINK}}}}.<!-- | |||
-->{{Note|'''Note:''' | -->{{Note|'''Note:''' |