claat-image
claat-image copied to clipboard
Docker image of claat tool used to generate beautiful codelabs from markdown or Google doc
Claat Docker image
Docker image of claat tool used to generate beautiful codelabs from markdown or Google doc
🐳 Image on Docker Hub
🚀 Usage
🐚 Launch Claat
docker container run -it -v $(pwd):/app bpetetot/claat:latest -h
⚙️ Build the image
Simply use the make target depending on your computer architecture:
# on amd64 machines
make build
# on arm64 machines (apple M1 for instance)
make build-arm64
# on armv7 machines (Rapsberry PI)
make build-armv7
If your machine lack make support, simply run the associated commands from the makefile instead.
Author
👤 Benjamin Petetot
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
🙏 Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 Benjamin Petetot.
This project is Apache-2.0 licensed.
This README was initialy generated with ❤️ by readme-md-generator