Skip to content

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
@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.

3 participants