ERROR No such container even though container has been created

Hey guys,
I ran the following:

users-mbp:~ user$ docker-machine ssh default $HOME/installMacOpenFOAM+ $HOME


Following Docker containers are present on your system:


CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
bdb7473e9d70 openfoamplus/of_v1606plus_centos66 “/bin/bash --rcfile /” 23 hours ago Up 23 hours of_v1606_plus


Creating Docker OpenFOAM+ container of_v1606_plus
Container of_v1606_plus was created.


Run the ./startMacOpenFoam+ script to launch container

Now I’m entering the command:

users-mbp:~ user$ ./startMacOpenFoam+
Error response from daemon: No such container: of_v1606_plus
Error: failed to start containers: of_v1606_plus
Error: No such container: of_v1606_plus

I don’t understand where the created container went as it also doesn’t show up when entering “docker-machine ls”.
So I’m not sure where the container was created and how to access it with the startOpenFOAM+ command.

Could anyone help me out please?