Добавить alpine.sh
This commit is contained in:
parent
677d93af69
commit
250f054851
11
alpine.sh
Normal file
11
alpine.sh
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Install base software
|
||||||
|
apk add docker docker-compose
|
||||||
|
rc-update add docker
|
||||||
|
service docker start
|
||||||
|
|
||||||
|
export API_KEY=12345
|
||||||
|
|
||||||
|
# Setup base socker-compose and run it
|
||||||
|
echo $API_KEY
|
||||||
|
# wget -O /srv/docker-compose.yml https://git.sys.smsynergy.ru/cc/-/packages/container/sah/0.0.1
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user