How to invoke the process int he lxc container

Hi,

I am a new bee to the lxc container,
Please, help me with the below question.
How to invoke the process in the container?

Thanks,
Nousi

You haven’t specified if you’re using LXC or LXD?

Thank you so much for reply.
I am using lxc

And what are you trying to do?

i have created the lxc container on my system, now would like to run the my application with in the container.

You can start the container with lxc-start -n <instance> and access the container with lxc-attach -n <instance>

Thank you!