Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docker conflict error #60

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Fix docker conflict error #60

merged 1 commit into from
Mar 12, 2024

Conversation

stnguyen90
Copy link
Contributor

$orchestration->run() sometimes also returns additional information such as output from pulling docker images. As such, it's not reliable to use the output for the container ID. Instead, we can just use the container name for operations on the container.

Since we won't use the container ID, we can remove the 'id' column from the activeRuntimes table.

Relates:

$orchestration->run() sometimes also returns additional information
such as output from pulling docker images. As such, it's not reliable
to use the output for the container ID. Instead, we can just use the
container name for operations on the container.

Since we won't use the container ID, we can remove the 'id' column from
the activeRuntimes table.
@Meldiron Meldiron merged commit 27ed18a into main Mar 12, 2024
3 checks passed
@Meldiron Meldiron deleted the fix-6362-fix-docker-conflict branch March 12, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants