Describe the bug
Image not getting created when done through cmd
To Reproduce
Steps to reproduce the behavior:
- Run sail project and open vi editor
- After getting pid run command
./sail dockerize --pid <pid> --imageName <imagename>
- Shows image created successfully
- On checking docker images, no new image is seen to be created
Expected behavior
We should see a docker image created
System (please complete the following information):
- OS: Ubuntu
- Version: 20.04
You can get these information from the os-release file as below:
Additional context
Add any other context about the problem here.
Describe the bug
Image not getting created when done through cmd
To Reproduce
Steps to reproduce the behavior:
./sail dockerize --pid <pid> --imageName <imagename>Expected behavior
We should see a docker image created
System (please complete the following information):
You can get these information from the os-release file as below:
Additional context
Add any other context about the problem here.