mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-22 22:09:34 +01:00
docs
This commit is contained in:
parent
d8fc559b5b
commit
d125441583
@ -12,6 +12,17 @@ in
|
|||||||
{
|
{
|
||||||
# Configure ContainerImages.
|
# Configure ContainerImages.
|
||||||
# This creates file `/etc/ContainerImages/dockerhub-p1st`.
|
# This creates file `/etc/ContainerImages/dockerhub-p1st`.
|
||||||
|
#
|
||||||
|
# `config.json` is created by running `docker login` for the correct user.
|
||||||
|
# It has the following content
|
||||||
|
# {
|
||||||
|
# "auths": {
|
||||||
|
# "https://index.docker.io/v1/": {
|
||||||
|
# "auth": "REPLACE-ME-WITH-REAL-VALUE"
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
|
||||||
deployment.keys."dockerhub-${dockerHubUsername}" = {
|
deployment.keys."dockerhub-${dockerHubUsername}" = {
|
||||||
# mkdir secrets/dockerhub-p1st
|
# mkdir secrets/dockerhub-p1st
|
||||||
# sudo install -m600 /dev/stdin secrets/dockerhub-p1st/config.json
|
# sudo install -m600 /dev/stdin secrets/dockerhub-p1st/config.json
|
||||||
|
Loading…
Reference in New Issue
Block a user