mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 16:45:49 +03:00
[GH-ISSUE #16] Larger Disk Size #14
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/16
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