Skip to content

tbblake/ansible_pull_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ansible-pull demo

In theory all you need to do with this to install docker on debian bookworm is:

sudo apt update && sudo apt install ansible git -y
sudo ansible-pull -U https://github.com/tbblake/ansible_pull_docker

And then test out your docker install:

sudo docker run hello-world

or all in one:

curl -fsSL https://raw.githubusercontent.com/tbblake/ansible_pull_docker/master/run.sh | sudo bash

About

ansible pull install docker testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages