feat(recipes): adding nuo specific recipes
This commit is contained in:
6
recipes/alpine/templates/conf/docker/subgid.pktpl.hcl
Normal file
6
recipes/alpine/templates/conf/docker/subgid.pktpl.hcl
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
# Configuration file of Harbor
|
||||
|
||||
# The IP address or hostname to access admin UI and registry service.
|
||||
# DO NOT use localhost or 127.0.0.1, because Harbor needs to be accessed by external clients.
|
||||
hostname: ${Vars.RootlessDocker}
|
3
recipes/alpine/templates/conf/docker/subuid.pktpl.hcl
Normal file
3
recipes/alpine/templates/conf/docker/subuid.pktpl.hcl
Normal file
@ -0,0 +1,3 @@
|
||||
%{ if Vars.RootlessDocker }
|
||||
docker:231072:65536
|
||||
%{ endif }
|
Reference in New Issue
Block a user