We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've a container running in a host and need save it to share with anothers. Follow my steps:
docker commit <my-container-id> <my-image-name>
docker save -o <my-image-name>.tar <my-image-name>
docker load -i <my-image-name>.tar
docker run -d -p 8080:8080 -p 1521:1521 <my-image-name>
But it does not works anymore. What is wrong?
The text was updated successfully, but these errors were encountered:
This might be an issue:
docker-oracle-xe-11g/Dockerfile
Line 30 in d8d8b94
It would be easier to copy database files instead of committing container
Sorry, something went wrong.
No branches or pull requests
I've a container running in a host and need save it to share with anothers. Follow my steps:
docker commit <my-container-id> <my-image-name>
docker save -o <my-image-name>.tar <my-image-name>
docker load -i <my-image-name>.tar
docker run -d -p 8080:8080 -p 1521:1521 <my-image-name>
But it does not works anymore. What is wrong?
The text was updated successfully, but these errors were encountered: