. ./funcs.rc
run_upcli_docker(){
docker run -it --rm -v `pwd`:/workspace docker.pkg.github.com/upcmd/up/upcli:latest /bin/sh
}
run_upcli_docker
This will mount your current directory as project directory to /workspace in container, so that you can use the up command
There are some default tools installed just in case needed, checkout the Dockerfile: https://github.com/upcmd/up/blob/master/Dockerfile
You can add your own tools into the Dockerfile for your local work
If you are interested to add this into the official Docker build, please raise an issue: https://github.com/upcmd/up/issues