Skip to content

Commit

Permalink
add systemctl command to docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt307082 committed Jul 10, 2024
1 parent 210c549 commit d4e66a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "Run console test for $IMAGE_RELEASE"
# TESTING_MODE='true'
# DISABLE_REMOTEIP_FILTERING='enabled'
#
CONTAINER_ID=$(docker run --rm --env TESTING_MODE='true' --env DISABLE_REMOTEIP_FILTERING='enabled' -d --privileged=true "$IMAGE_RELEASE" /usr/sbin/init)
CONTAINER_ID=$(docker run --rm --env TESTING_MODE='true' --env DISABLE_REMOTEIP_FILTERING='enabled' -d --privileged=true "$IMAGE_RELEASE" systemctl)

# define
# TIMEOUT in milliseconds to exec command inside the container
Expand Down

0 comments on commit d4e66a5

Please sign in to comment.