Given the ODE $\dot{x} = f(t,x)$, $f(t,0)=0$, we know that $x\equiv 0$ is a solution. This solution is Lyapunov stable if for any $\epsilon>0$, $t_0\ge 0$, there exists $\delta>0$ such that $|x_0|<\delta$ implies $|x(t,t_0,x_0)|<\epsilon$ for $t\in [t_0,\infty)$.
To be clear, $x(t,t_0,x_0)$ is the unique solution to $\dot{x} = f(t,x)$ such that $x(t_0,t_0,x_0) = x_0$.
In particular, I'm asked to find out the stability of every solution to $\dot{x} = -x(1-x)$, not just the $0$ one. I'm just a bit unsure of how to approach the problem. I've solved the ODE and obtained $$ x(t) = \frac{C}{Ce^t+1}.$$ Solving for $C$, we obtain $C = \frac{x_0}{1-x_0}$. I suppose what my question is, from here, in order to show stability, I just need to find delta such that $|x_0|<\delta$ implies the general solution above is bounded by $\epsilon$, correct? (Or show that it can't be stable). But I'm a bit confused on how to show stability for "every" solution, i.e., the solution $x(t)$ I found above.