Difference between revisions of "Docker Volumes"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 +
* https://docs.docker.com/storage/volumes/
  
[[/var/lib/]]docker/volumes/metadata.db
+
* <code>[[/var/lib/docker/]]volumes/metadata.db</code>
  
  
Line 16: Line 17:
 
             "Volumes": null,
 
             "Volumes": null,
  
 +
* <code> [[docker run]] [[--name]] some-[[mariadb]] [[-v]] /my/own/datadir:[[/var/lib/mysql]] [[-e]] MYSQL_ROOT_PASSWORD=my-secret-pw -d mariadb:latest</code>
  
 
== Related terms ==
 
== Related terms ==
Line 25: Line 27:
 
* <code>[[docker inspect]]</code>
 
* <code>[[docker inspect]]</code>
 
* <code>[[Dockerfile]]</code>
 
* <code>[[Dockerfile]]</code>
 +
[[podman volume]]
  
 
== Activitites ==
 
== Activitites ==

Revision as of 14:42, 28 October 2022

This article is a Draft. Help us to complete it.




docker container inspect grafana  | grep -w Volumes
          "Volumes": null,
docker image inspect grafana/grafana | grep -w Volumes
           "Volumes": null,
           "Volumes": null,

Related terms

podman volume

Activitites

See also

Advertising: