docker data
MySql Database Volumes When we create sql server we want to specify the volume using -v [volumeName]:[location]. If we don’t it will create a name on its own with GUID like c6d2e97041fcabf441ad0073809536979e3edde2373072533cec548b70002f95 which is very hard to use. let’s look at volume. Notice it has a volume mount point. This mount point is separate from… Read More »