1diff --git a/src/cmd/create.go b/src/cmd/create.go
2index 74e90b1..113ef80 100644
3--- a/src/cmd/create.go
4+++ b/src/cmd/create.go
5@@ -423,6 +425,7 @@ func createContainer(container, image, release string, showCommandToEnter bool)
6 "--volume", toolboxPathMountArg,
7 "--volume", usrMountArg,
8 "--volume", runtimeDirectoryMountArg,
9+ "--volume", "@glibc@:@glibc@:ro",
10 }...)
11
12 createArgs = append(createArgs, avahiSocketMount...)