GG
Size: a a a
GG
GG
ЕЧ
ЕЧ
D•

S
FROM ubuntu:20.04
RUN apt-get update && apt-get install -y bash
RUN printf '#!/bin/bash\nset -x\nexec "$@"' > /entrypoint.sh && \
chmod +x /entrypoint.sh
ENTRYPOINT /entrypoint.sh
set -x
exec "$@"
+ exec
+ exec "ls -la"
GG
FROM ubuntu:20.04
RUN apt-get update && apt-get install -y bash
RUN printf '#!/bin/bash\nset -x\nexec "$@"' > /entrypoint.sh && \
chmod +x /entrypoint.sh
ENTRYPOINT /entrypoint.sh
set -x
exec "$@"
+ exec
+ exec "ls -la"
GG
S
GG
GG
GG
S
GG
GG
GG
VC
GG
GG
В