Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install docker-compose coreos

#!/bin/bash

mkdir -p /opt/bin
LATEST_URL=`curl -Ls -o /dev/null -w %{url_effective} https://github.com/docker/compose/releases/latest`
COMPOSE_VERSION=${LATEST_URL##*/}
DOWNLOAD_URL=https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m`

curl -L ${DOWNLOAD_URL} -o /opt/bin/docker-compose
chmod +x /opt/bin/docker-compose
Comment

PREVIOUS NEXT
Code Example
Shell :: azure powershell runbook to start a virtual machine 
Shell :: open video from terminal in ubuntu 18 
Shell :: shared folder in vmware workstation 15 rhel 8 
Shell :: screen painting ubuntu 
Shell :: turn power off arch 
Shell :: how to kill your pc 
Shell :: get info about an audio file ffmpeg 
Shell :: tor new identity command line 
Shell :: github.com developer 
Shell :: keep ec2 instance connected on command line 
Shell :: install gron 
Shell :: mikrotik address list log into file 
Shell :: bash sum floating point numbers 
Shell :: how to use syslog logging driver in kubernetes 
Shell :: set nairobi timezone ubuntu server 18.04 
Shell :: ubuntu auditd rule for PID process 
Shell :: interface grafica biblioteca WIN32 em Linguagem c 
Shell :: FS OFS unix 
Shell :: inport files to google colab from github 
Shell :: fit gnuplot error bars 
Shell :: bash expect not working in crontab 
Shell :: how to disable big sur apache 
Shell :: ctags .virmc 
Shell :: debian 10 gcc compile 
Shell :: Installs pip3, git, git-lfs, curl, wget 
Shell :: sc CentOS 
Shell :: split large file into smaller files 
Shell :: linux restrict process network access 
Shell :: smb cant write to mounted 
Shell :: wget code 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =