You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand it correctly, this should be run from within a scaleway image (not from my local desktop - don't know why not) and it creates a new C1 called buildcowsay, starts it and run the builder command inside it.
Can we have better docs for the image-tools and the image-builder process?
The above command (assuming I'm using it properly) fails silently. Not enough resources? or am I missing something else here
The text was updated successfully, but these errors were encountered:
For now, I suggest you to play with the --timeout flag, which can be reasonably set to --timeout=200 seconds to avoid false positive timeouts
@QuentinPerez, about the documentation, can you list here the actual documentations listing ? @QuentinPerez what do you think about creating an hello-world demo video ?
You can find the instructions here
As you can see, there are 3 prompts:
root@yourmachine> the commands must be executed on your local desktop root@buildcowsay> on a C1 server root@your_custom_image> on a C1 server with the image that you have crafted
scw run --name="buildcowsay" builder
If I understand it correctly, this should be run from within a scaleway image (not from my local desktop - don't know why not) and it creates a new C1 called buildcowsay, starts it and run the builder command inside it.
Can we have better docs for the image-tools and the image-builder process?
The above command (assuming I'm using it properly) fails silently. Not enough resources? or am I missing something else here
The text was updated successfully, but these errors were encountered: