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

Demo #18

Closed
peaceiris opened this issue Dec 31, 2020 · 1 comment
Closed

Demo #18

peaceiris opened this issue Dec 31, 2020 · 1 comment

Comments

@peaceiris
Copy link
Owner

peaceiris commented Dec 31, 2020

Docker build

FROM ubuntu:20.04

ENV DEBIAN_FRONTEND="noninteractive"

RUN apt update && \
    apt install --no-install-recommends -y git

WORKDIR /src
docker build --no-cache -t tss-demo . | tss
tss-demo.mp4

tss-demo

@peaceiris peaceiris pinned this issue Dec 31, 2020
@peaceiris
Copy link
Owner Author

Old demo (the log format of docker build has been changed.)

peaceiris added a commit that referenced this issue May 13, 2021
The demo has been created with the old docker version. The log format of docker build is different from the latest version.

Close #18
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

No branches or pull requests

1 participant