Re: podman and mysql

2020-02-18 Thread Daniel Walsh
On 2/18/20 4:20 PM, Simon Colston wrote: > On 18/02/2020 18:37, Daniel Walsh wrote: >> On 2/17/20 3:17 PM, Simon Colston wrote: >>> >>> >>> On 17/02/2020 19:56, Daniel Walsh wrote: On 2/17/20 2:49 PM, Simon Colston wrote: > Fedora 31 Workstation > > I am running mysql in a containe

Re: podman and mysql

2020-02-18 Thread Simon Colston
On 18/02/2020 18:37, Daniel Walsh wrote: On 2/17/20 3:17 PM, Simon Colston wrote: On 17/02/2020 19:56, Daniel Walsh wrote: On 2/17/20 2:49 PM, Simon Colston wrote: Fedora 31 Workstation I am running mysql in a container using podman.  After some experimenting I got it running with this comm

Re: podman and mysql

2020-02-18 Thread Daniel Walsh
On 2/17/20 3:17 PM, Simon Colston wrote: > > > On 17/02/2020 19:56, Daniel Walsh wrote: >> On 2/17/20 2:49 PM, Simon Colston wrote: >>> Fedora 31 Workstation >>> >>> I am running mysql in a container using podman.  After some >>> experimenting I got it running with this command: >>> >>> podman run

Re: podman and mysql

2020-02-17 Thread Simon Colston
On 17/02/2020 19:56, Daniel Walsh wrote: On 2/17/20 2:49 PM, Simon Colston wrote: Fedora 31 Workstation I am running mysql in a container using podman.  After some experimenting I got it running with this command: podman run --detach --userns=keep-id \    --security-opt label=disable \

Re: podman and mysql

2020-02-17 Thread Daniel Walsh
On 2/17/20 2:49 PM, Simon Colston wrote: > Fedora 31 Workstation > > I am running mysql in a container using podman.  After some > experimenting I got it running with this command: > > podman run --detach --userns=keep-id \ >    --security-opt label=disable \ >    --name=mysql \ >    --

podman and mysql

2020-02-17 Thread Simon Colston
Fedora 31 Workstation I am running mysql in a container using podman. After some experimenting I got it running with this command: podman run --detach --userns=keep-id \ --security-opt label=disable \ --name=mysql \ --env="MYSQL_ROOT_PASSWORD=mysql" --publish 3306:3306 \