Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
deploy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
public
deploy
Commits
8bd5a58f
Commit
8bd5a58f
authored
Apr 29, 2024
by
蔡润涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update install-docker.sh
parent
897e407e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
install-docker.sh
install-docker.sh
+0
-12
No files found.
install-docker.sh
View file @
8bd5a58f
...
...
@@ -27,16 +27,4 @@ sudo usermod -aG docker $USER
echo
"Installation Complete -- Logout and Log back"
# Install docker-compose
curl
-L
"https://cdn.dankal.cn/docker-compose-Linux-x86_64_1.25.3"
-o
/usr/local/bin/docker-compose
# Permssion +x execute binary
chmod +x /usr/local/bin/docker-compose
# Create link symbolic
ln
-s
/usr/local/bin/docker-compose /usr/bin/docker-compose
# Check Version docer-compose
echo
"Installation Complete -- Logout and Log back"
docker-compose
--version
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