Skip to content

Running docker-ovs the container in interactive console. #12

@AJNOURI

Description

@AJNOURI

For testing purposes, I need to run openvswitch utilities from the interactive console

docker run -it socketplane/openvswitch

The console open but doesn't return the prompt, looks like other processe (ovsdb-server) is running in the foreground.
I have tried to add "&" at the end of :

[program:ovsdb-server-vtep]
command=/usr/local/sbin/ovsdb-server /etc/openvswitch/conf.db /etc/openvswitch/vtep.db --remote=punix:/var/run/openvswitch/db.sock --pidfile=ovsdb-server.pid 

Still cannot get the console prompt.
Any help in that direction?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions