Hello,
I am trying to explore creating and using containers from Golang but I do not want to have to depend upon and Docker, or other container engine.
I am interested in created a container in userspace and then opening that container with my simple Go application so that I can insert and use files, etc. into the container from my Go application.
Can you please advise on this?
Thanks