Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devops
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osm
devops
Commits
dd1deb14
Commit
dd1deb14
authored
6 years ago
by
Mike Marchetti
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Update docker installation"
parents
3f20c5a9
8548816b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packer/scripts/install_packages.sh
+8
-1
8 additions, 1 deletion
packer/scripts/install_packages.sh
with
8 additions
and
1 deletion
packer/scripts/install_packages.sh
+
8
−
1
View file @
dd1deb14
#!/bin/sh
sudo
apt
-y
update
&&
apt-get
-y
upgrade
sudo
apt
-y
install
git wget curl vim snapd docker.io zfs lxd software-properties-common
sudo
apt
-y
install
git wget curl vim snapd lxd software-properties-common
sudo
apt-get
install
-y
apt-transport-https ca-certificates
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
$(
lsb_release
-cs
)
stable"
sudo
apt-get
-qq
update
sudo
apt-get
install
-y
docker-ce
sudo
groupadd
-f
docker
sudo
usermod
-aG
docker
$USER
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment