mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Larger Disk Size #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kinteseay on GitHub (Jun 6, 2020).
I'm trying to type the command on the bottom of the readme to make a volume of 256G instead of 32G. But when I try it I'm getting the following message.
"docker build" requires exactly 1 argument
I'm running this on Arch linux. Is there something else I should be doing?
@antoineraulin commented on GitHub (Jun 6, 2020):
If I remember well, you just need to add a dot a the end of the command. To specify that you want to build for the current directory.
@kinteseay commented on GitHub (Jun 6, 2020):
Thanks