Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker as software requirement #55

Closed
natct10 opened this issue May 15, 2020 · 1 comment
Closed

Add docker as software requirement #55

natct10 opened this issue May 15, 2020 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@natct10
Copy link
Contributor

natct10 commented May 15, 2020

Not included in the skaffold documentation

@natct10 natct10 added the documentation Improvements or additions to documentation label May 15, 2020
@Fabien-GELUS
Copy link
Contributor

Install docker 18.09.9 :

sudo apt-get remove docker docker-engine docker.io containerd runc
sudo apt-get update

sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg-agent \
    software-properties-common

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

sudo add-apt-repository \
   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
   xenial\
   stable"

sudo apt-get update

sudo apt-get install docker-ce=5:18.09.9~3-0~ubuntu-xenial docker-ce-cli=5:18.09.9~3-0~ubuntu-xenial containerd.io

@natct10 natct10 mentioned this issue Jun 11, 2020
3 tasks
@natct10 natct10 closed this as completed Jun 17, 2020
@natct10 natct10 self-assigned this Apr 7, 2021
Fabien-GELUS pushed a commit that referenced this issue Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants