Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-amazon-acc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docker-amazon-acc
Commits
6e216834
Commit
6e216834
authored
Jun 28, 2024
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update install.sh
parent
edad2413
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
+2
-11
install.sh
install.sh
+2
-11
No files found.
install.sh
View file @
6e216834
...
@@ -6,17 +6,8 @@ apt update
...
@@ -6,17 +6,8 @@ apt update
# Install necessary prerequisites
# Install necessary prerequisites
apt
install
-y
apt-transport-https ca-certificates curl software-properties-common
apt
install
-y
apt-transport-https ca-certificates curl software-properties-common
# Add Docker’s official GPG key
# Install Docker using the official installation script
curl
-fsSL
https://download.docker.com/linux/ubuntu/gpg | apt-key add -
curl
-fsSL
https://get.docker.com | sh
# Add Docker APT repository
add-apt-repository
"deb [arch=amd64] https://download.docker.com/linux/ubuntu
$(
lsb_release
-cs
)
stable"
# Update package index again
apt update
# Install Docker
apt
install
-y
docker-ce
# Start and enable Docker
# Start and enable Docker
systemctl start docker
systemctl start docker
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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