shoehn / faas_workshop

Files and instructions for the "function as a service" workshop.
Creative Commons Attribution Share Alike 4.0 International
3 stars 0 forks source link

Docker missing #2

Open shoehn opened 6 days ago

shoehn commented 6 days ago

Although the docker binaries should be installed, they are in the ansible script and no error message is displayed, they sometimes seem to be missing.

shoehn commented 6 days ago

For the moment use that workaround. Just install the packages manually:

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin