Use this container: https://github.com/JrCs/docker-crashplan
...but use this command line:
sudo docker run -d \
--name crashplan \
--net host \| private void SaveEntityFrameworkProxyAssembly(params Type[] types) | |
| { | |
| var factoryType = typeof(ObjectContext).Assembly.GetType( | |
| "System.Data.Objects.Internal.EntityProxyFactory", | |
| throwOnError: true); | |
| var privateStaticFlags | |
| = BindingFlags.Static | |
| | BindingFlags.NonPublic; |
| namespace SharpJS.Data.Entity.Testing | |
| { | |
| public abstract class FakeDbContext | |
| { | |
| protected FakeDbContext() { } | |
| public abstract void SaveChanges (); | |
| public abstract void Dispose (); | |
| } | |
| } |
| using System.IO; | |
| namespace SharpJS.Web | |
| { | |
| public interface IUrlToken | |
| { | |
| void WriteTo (BinaryWriter writer); | |
| void ReadFrom (BinaryReader reader); | |
| } | |
| } |
| using System; | |
| using System.Collections; | |
| using System.Security.Principal; | |
| using System.Web; | |
| using System.Web.Mvc; | |
| using System.Web.Routing; | |
| using Moq; | |
| namespace SharpJS.Web.Testing | |
| { |
| using System.Reflection; | |
| using System.Security; | |
| // General Information | |
| [assembly: AssemblyTitle ("My Utility")] | |
| [assembly: AssemblyDescription ("A neat program that does a few useful things.")] | |
| // Security | |
| // | |
| // All code is transparent. |
| // Dynamic Trait Equality Deriving | |
| // | |
| // Copyright (C) 2015 Jeffrey Sharp | |
| // | |
| // This file is free software: you can redistribute it and/or modify it | |
| // under the terms of the GNU General Public License as published | |
| // by the Free Software Foundation, either version 3 of the License, | |
| // or (at your option) any later version. | |
| // | |
| // This file is distributed in the hope that it will be useful, but |
| // Functors (fmap) for Rust | |
| // | |
| // Copyright (C) 2016 Jeffrey Sharp | |
| // | |
| // This file is free software: you can redistribute it and/or modify it | |
| // under the terms of the GNU General Public License as published | |
| // by the Free Software Foundation, either version 3 of the License, | |
| // or (at your option) any later version. | |
| // | |
| // This file is distributed in the hope that it will be useful, but |
Use this container: https://github.com/JrCs/docker-crashplan
...but use this command line:
sudo docker run -d \
--name crashplan \
--net host \When invoked as bash:
| Remote | Non-Login | Login | |
|---|---|---|---|
| Interactive |
|
|
|
| Non-Interactive |
|
|
|
When invoked as sh: