Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AgriTech
Mobile Autonomous Cart with guided Vision for Agriculture
Commits
5e6b4d32
Commit
5e6b4d32
authored
Aug 23, 2021
by
Tejasri
🎯
Browse files
Merge branch 'Kurva_Prashanth-master-patch-55724' into 'master'
Docker Installation See merge request
!16
parents
acf72bb7
32a073a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian_docker_install.sh
0 → 100644
View file @
5e6b4d32
#!/bin/bash
sudo
apt-get
install
-y
\
apt-transport-https
\
ca-certificates
\
curl
\
software-properties-common
curl
-fsSL
https://download.docker.com/linux/debian/gpg |
sudo
apt-key add -
sudo
add-apt-repository
\
"deb [arch=amd64] https://download.docker.com/linux/debian
\
$(
lsb_release
-cs
)
\
stable"
sudo
apt-get update
sudo
apt-get remove
-y
docker docker-engine
sudo
apt-get
install
-y
git
sudo
apt-get
install
-y
docker-ce
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment