Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LICCiA
GitOps Apps and Playbooks
Ubuntu Basic
Commits
5b814196
Commit
5b814196
authored
Dec 14, 2021
by
Richard RANDRIATOAMANANA
💬
Browse files
Update userdata-docker.sh
parent
598ddfda
Changes
1
Hide whitespace changes
Inline
Side-by-side
userdata-docker.sh
View file @
5b814196
#!/bin/bash -lxe
# source: https://docs.docker.com/engine/install/ubuntu
# Python 3.6
# Docker default 5:19.03.15~3-0
# input DOCKER_VERSION
#
#!/bin/bash
export
LC_ALL
=
C
##
## Local configuration
##
mkdir
$HOME
/.docker/
cat
>
$HOME
/.docker/config.json
<<
EOFLOCAL
cat
>
$HOME
/.docker/config.json
<<
EOFLOCAL
{
"proxies": {
"default": {
...
...
Write
Preview
Supports
Markdown
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