Difference between revisions of "Docker run caddy"

From wikieduonline
Jump to navigation Jump to search
 
Line 2: Line 2:
 
  [[docker run]] [[caddy]]:latest
 
  [[docker run]] [[caddy]]:latest
  
 +
<pre>
 +
Unable to find image 'caddy:latest' locally
 +
latest: Pulling from library/caddy
 +
9b18e9b68314: Pull complete
 +
480d8737fa00: Pull complete
 +
ee8b251ca0b5: Pull complete
 +
9543d07ca789: Pull complete
 +
88e0320d2afc: Pull complete
 +
Digest: sha256:16f4d944907ac8adc93e11df3e4d1b8405d42e4f45e6bc1aae4eb1119552ee79
 +
Status: Downloaded newer image for caddy:latest
 +
{"level":"info","ts":1673541129.756328,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":"caddyfile"}
 +
{"level":"info","ts":1673541129.7575524,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]}
 +
{"level":"warn","ts":1673541129.7576232,"logger":"http","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80}
 +
{"level":"info","ts":1673541129.7577822,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]}
 +
{"level":"info","ts":1673541129.7579904,"msg":"autosaved config (load with --resume flag)","file":"/config/caddy/autosave.json"}
 +
{"level":"info","ts":1673541129.7580168,"msg":"serving initial configuration"}
 +
{"level":"info","ts":1673541129.7580388,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0x40003267e0"}
 +
{"level":"info","ts":1673541129.758089,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/data/caddy"}
 +
{"level":"info","ts":1673541129.7581463,"logger":"tls","msg":"finished cleaning storage units"}
 +
</pre>
  
  
 
+
* {{Caddy}}
{{Caddy}}
 

Latest revision as of 16:34, 12 January 2023

docker run caddy:latest
Unable to find image 'caddy:latest' locally
latest: Pulling from library/caddy
9b18e9b68314: Pull complete
480d8737fa00: Pull complete
ee8b251ca0b5: Pull complete
9543d07ca789: Pull complete
88e0320d2afc: Pull complete
Digest: sha256:16f4d944907ac8adc93e11df3e4d1b8405d42e4f45e6bc1aae4eb1119552ee79
Status: Downloaded newer image for caddy:latest
{"level":"info","ts":1673541129.756328,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":"caddyfile"}
{"level":"info","ts":1673541129.7575524,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]}
{"level":"warn","ts":1673541129.7576232,"logger":"http","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80}
{"level":"info","ts":1673541129.7577822,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]}
{"level":"info","ts":1673541129.7579904,"msg":"autosaved config (load with --resume flag)","file":"/config/caddy/autosave.json"}
{"level":"info","ts":1673541129.7580168,"msg":"serving initial configuration"}
{"level":"info","ts":1673541129.7580388,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0x40003267e0"}
{"level":"info","ts":1673541129.758089,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/data/caddy"}
{"level":"info","ts":1673541129.7581463,"logger":"tls","msg":"finished cleaning storage units"}


Advertising: