We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbac45 commit 49e21d9Copy full SHA for 49e21d9
src/config/containers-and-vms/lxc.md
@@ -89,10 +89,10 @@ similar to:
89
90
```
91
lxc-create -n mycontainer -t download -- \
92
- --dist voidlinux --release current --arch x86_64
+ --dist voidlinux --release current --arch amd64
93
94
95
-You may substitute another architecture for `x86_64`, and you may specify a
+You may substitute another architecture for `amd64`, and you may specify a
96
`musl` image by adding `--variant musl` to the end of the command. See the [LXC
97
Image Server](http://images.linuxcontainers.org) for a list of available
98
containers.
0 commit comments