Docker ubuntu not starta

1

I've created a ubuntu container that follows the test:

AndthenIstartedthestartinthecontainer

Notethatabovedoesnothaveanyerrors,butthecontainerdoesnotrotate,asshownbelow

    
asked by anonymous 27.05.2017 / 23:52

1 answer

1

To solve basically uninstalled according to the fedora documentation.

link

Then I ran the following command

sudo pkcon refresh force -c -1

And I reinstalled link

Now without running the command

sudo dnf config-manager --set-enabled docker-ce-edge 

using only the stable version

    
28.05.2017 / 04:10