+registry
This commit is contained in:
parent
0875c84796
commit
97ec2309f0
2 changed files with 3 additions and 1 deletions
|
@ -103,6 +103,8 @@ d-i preseed/late_command string in-target /bin/sh -c " \
|
|||
chmod +x /usr/bin/werf ; \
|
||||
git clone https://git.ix.gs/public/coins-demo.git /opt/coins-demo ; \
|
||||
cp /opt/coins-demo/contrib/mfg.service /etc/systemd/system/ ; \
|
||||
mkdir -p /lib/systemd/system/docker.service.d ; \
|
||||
sed -i 's/sock$/sock --insecure-registry="registry.k8s-demo.ix.gs"/' /lib/systemd/system/docker.service ; \
|
||||
systemctl daemon-reload ; \
|
||||
systemctl enable mfg.service ; \
|
||||
systemctl enable serial-getty@ttyS0.service ; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue