You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #91 on April 14, 2022 04:15.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Objective
This dicussion demonstrates how you can install
Containerd
,Nerdctl
, andBuildkit
altogether using a single playbook.Associated PR
[Feature/playbook/container.ops] - Introduced containerd.ops (Full Automation with Nerdctl) - #89
Steps to reproduce
Step 0 - Prepare your inventory list
Step 1 - Define your custom playbook
rootful mode
rootless mode
Step 2 - Run the playbook with the pre-defined containerd role
rootful mode
rootless mode
Step 3 - (Post Installation) Spin up a container with nerdctl
Spin up a nginx container with
nerdctl
rootful mode
rootless mode
Visit
http://{ip}:80
to see if the nginx default page is properly displayedNotes
The ansible playbook is able to catch the scenario where some of the pkgs already installed.
Ansible Logs
ansible-play.log
Beta Was this translation helpful? Give feedback.
All reactions