Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 6153

Automate az container exec

$
0
0

AZ CLI supports executing a single command in a running container.

az container exec -g myresourcegroup -n nginxtest --exec-command /bin/bash

Because of this, you cannot automate running multiple commands over existing container directly as you can with docker.

Is it possible to go around this with stdin, stdout, stderr redirection or multiplexing?


Viewing all articles
Browse latest Browse all 6153

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>