[Bug 1878324] Re: when installed docker.io , /etc/init.d/docker not found, so service can't start

2020-12-31 Thread q4a
Same here on WSL2 with Ubuntu 20.04. After
`$ sudo apt install docker.io`
I can't run docker service, but `docker-ce` from this manual  
https://docs.docker.com/engine/install/ubuntu/
works fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878324

Title:
  when installed docker.io  , /etc/init.d/docker not found, so service
  can't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuwsl/+bug/1878324/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878324] Re: when installed docker.io , /etc/init.d/docker not found, so service can't start

2020-12-02 Thread Pigo Chu
Hi bryce ~

This bug happend on WSL2.
So I use servce docker start/stop ...
No systemd and can't use systemd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878324

Title:
  when installed docker.io  , /etc/init.d/docker not found, so service
  can't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuwsl/+bug/1878324/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878324] Re: when installed docker.io , /etc/init.d/docker not found, so service can't start

2020-12-02 Thread Bryce Harrington
systemd is used in Ubuntu 20.04 for managing services.  Some things
still work with the legacy init system but in general you should be
using commands like:

$ sudo apt install docker.io
$ sudo systemctl start docker
$ sudo systemctl status docker

Let us know if that does not work.

** Changed in: docker.io (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878324

Title:
  when installed docker.io  , /etc/init.d/docker not found, so service
  can't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuwsl/+bug/1878324/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878324] Re: when installed docker.io , /etc/init.d/docker not found, so service can't start

2020-10-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: docker.io (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878324

Title:
  when installed docker.io  , /etc/init.d/docker not found, so service
  can't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuwsl/+bug/1878324/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878324] Re: when installed docker.io , /etc/init.d/docker not found, so service can't start

2020-05-29 Thread ALIAKSEI VENSKI
The same issue for me...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878324

Title:
  when installed docker.io  , /etc/init.d/docker not found, so service
  can't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuwsl/+bug/1878324/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878324] Re: when installed docker.io , /etc/init.d/docker not found, so service can't start

2020-05-25 Thread Pigo Chu
Paolo Mainardi

officile docker-ce can be installed , now has 20.04 version. so I remove
docker.io and install it.

https://docs.docker.com/engine/install/ubuntu/ <= document show lastest
is 18.0.4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878324

Title:
  when installed docker.io  , /etc/init.d/docker not found, so service
  can't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuwsl/+bug/1878324/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878324] Re: when installed docker.io , /etc/init.d/docker not found, so service can't start

2020-05-25 Thread Paolo Mainardi
Same bug on Ubuntu 18.04 on Win10 + wsl2, it is basically impossible now
to run docker on ubuntu distro on wsl2. To me, it's more than "Medium".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878324

Title:
  when installed docker.io  , /etc/init.d/docker not found, so service
  can't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuwsl/+bug/1878324/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878324] Re: when installed docker.io , /etc/init.d/docker not found, so service can't start

2020-05-13 Thread Pigo Chu
Thanks Patrick Wu . I am still playing docker on wsl2 , I can copy
docker init script from other machine and it works fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878324

Title:
  when installed docker.io  , /etc/init.d/docker not found, so service
  can't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuwsl/+bug/1878324/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878324] Re: when installed docker.io , /etc/init.d/docker not found, so service can't start

2020-05-13 Thread Patrick Wu
I can confirm this bug. For now, it would be a good idea to use the
Windows Docker Desktop with WSL2 backend to use both on Windows and
WSL2: https://docs.docker.com/docker-for-windows/wsl-tech-preview/

** Changed in: ubuntuwsl
   Status: New => Confirmed

** Changed in: ubuntuwsl
   Importance: Undecided => Medium

** Also affects: docker.io (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878324

Title:
  when installed docker.io  , /etc/init.d/docker not found, so service
  can't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntuwsl/+bug/1878324/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs