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
when doing gameday using docker compose, i wanted to create "output" step.
It failed (assume it's a docker compose routing issue).
bf30a0f63dd2:~# bacalhau docker run --output outputs:/outputs --publisher local ubuntu -- sh -c "echo hello_world > /outputs/greeting.txt"
Job successfully submitted. Job ID: j-23c54aa6-245d-4c58-82c4-20ec70ee22d6
Checking job status... (Enter Ctrl+C to exit at any time, your job will continue running):
TIME EXEC. ID TOPIC EVENT
16:39:04.910 Submission Job submitted
16:39:04.913 e-9d7e9f95 Scheduling Requested execution on fd9ff673
16:39:04.921 e-9d7e9f95 Execution Running
16:39:04.999 e-9d7e9f95 Execution Completed successfully
To get more details about the run, execute:
bacalhau job describe j-23c54aa6-245d-4c58-82c4-20ec70ee22d6
To get more details about the run executions, execute:
bacalhau job executions j-23c54aa6-245d-4c58-82c4-20ec70ee22d6
To download the results, execute:
bacalhau job get j-23c54aa6-245d-4c58-82c4-20ec70ee22d6
bf30a0f63dd2:~# bacalhau job describe j-23c54aa6-245d-4c58-82c4-20ec70ee22d6
ID = j-23c54aa6-245d-4c58-82c4-20ec70ee22d6
Name = j-23c54aa6-245d-4c58-82c4-20ec70ee22d6
Namespace = default
Type = batch
State = Completed
Count = 1
Created Time = 2024-12-11 16:39:04
Modified Time = 2024-12-11 16:39:05
Version = 0
Summary
Completed = 1
Job History
TIME TOPIC EVENT
2024-12-11 16:39:04 Submission Job submitted
2024-12-11 16:39:04 State Update Running
2024-12-11 16:39:05 State Update Completed
Executions
ID NODE ID STATE DESIRED REV. CREATED MODIFIED COMMENT
e-9d7e9f95 fd9ff673 Completed Stopped 4 8s ago 8s ago
Execution e-9d7e9f95 History
TIME TOPIC EVENT
2024-12-11 16:39:04 Scheduling Requested execution on fd9ff673
2024-12-11 16:39:04 Execution Running
2024-12-11 16:39:04 Execution Completed successfully
bf30a0f63dd2:~# ls -la
total 12
drwx------ 1 root root 4096 Dec 11 16:13 .
drwxr-xr-x 1 root root 4096 Dec 11 15:59 ..
drwxr-xr-x 2 root root 4096 Dec 11 16:13 .bacalhau
bf30a0f63dd2:~# bacalhau job get j-23c54aa6-245d-4c58-82c4-20ec70ee22d6
Fetching results of job 'j-23c54aa6-245d-4c58-82c4-20ec70ee22d6'...
Error: Get "http://127.0.0.1:6001/e-9d7e9f95-9fd2-49a0-a302-508e15643799.tar.gz": dial tcp 127.0.0.1:6001: connect: connection refused
bf30a0f63dd2:~#
The text was updated successfully, but these errors were encountered:
when doing gameday using docker compose, i wanted to create "output" step.
It failed (assume it's a docker compose routing issue).
The text was updated successfully, but these errors were encountered: