Skip to content

Start a commited container in another machine #43

@dflourusso

Description

@dflourusso

I've a container running in a host and need save it to share with anothers. Follow my steps:

  1. docker commit <my-container-id> <my-image-name>
  2. docker save -o <my-image-name>.tar <my-image-name>
  3. Copy the tar file to another host.
  4. docker load -i <my-image-name>.tar
  5. docker run -d -p 8080:8080 -p 1521:1521 <my-image-name>

But it does not works anymore. What is wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions