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?
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?
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.
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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